From 569b61137cf45521d9fd4f693cf841be485dd4b8 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 13 Dec 2025 11:17:09 -0700 Subject: move all standard library includes into util.h --- text-objects.h | 1 - 1 file changed, 1 deletion(-) (limited to 'text-objects.h') diff --git a/text-objects.h b/text-objects.h index d9ea218..f98c496 100644 --- a/text-objects.h +++ b/text-objects.h @@ -6,7 +6,6 @@ * such text-object at the given location, an empty range is returned. */ -#include #include "text.h" /* return range covering the entire text */ -- cgit v1.2.3