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-common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'text-common.c') diff --git a/text-common.c b/text-common.c index 87dc13f..d052d51 100644 --- a/text-common.c +++ b/text-common.c @@ -1,6 +1,3 @@ -#include -#include -#include #include "text.h" static bool text_vprintf(Text *txt, size_t pos, const char *format, va_list ap) { -- cgit v1.2.3