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-internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'text-internal.h') diff --git a/text-internal.h b/text-internal.h index 3f9052f..13647d6 100644 --- a/text-internal.h +++ b/text-internal.h @@ -1,8 +1,6 @@ #ifndef TEXT_INTERNAL #define TEXT_INTERNAL -#include -#include #include "text.h" /* Block holding the file content, either readonly mmap(2)-ed from the original -- cgit v1.2.3