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.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'text.h') diff --git a/text.h b/text.h index 9057a6a..4ff8bdb 100644 --- a/text.h +++ b/text.h @@ -1,14 +1,6 @@ #ifndef TEXT_H #define TEXT_H -#include -#include -#include -#include -#include -#include -#include - #include "util.h" /** A mark. */ -- cgit v1.2.3