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-io.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'text-io.c') diff --git a/text-io.c b/text-io.c index bbd1f8d..aca5441 100644 --- a/text-io.c +++ b/text-io.c @@ -1,19 +1,3 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#if CONFIG_ACL -#include -#endif -#if CONFIG_SELINUX -#include -#endif - #include "text.h" #include "text-internal.h" #include "text-util.h" -- cgit v1.2.3