aboutsummaryrefslogtreecommitdiff
path: root/text-io.c
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-12-13 11:17:09 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-12-22 09:13:47 -0700
commit569b61137cf45521d9fd4f693cf841be485dd4b8 (patch)
tree41851443d00b15a45d39c9079001bc10c4c4806e /text-io.c
parent5abe94420528d3e107eceb0f3df073e8a1270191 (diff)
downloadvis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz
vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz
move all standard library includes into util.h
Diffstat (limited to 'text-io.c')
-rw-r--r--text-io.c16
1 files changed, 0 insertions, 16 deletions
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 <fcntl.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <libgen.h>
-#include <stdio.h>
-#include <errno.h>
-#include <string.h>
-#include <limits.h>
-#include <sys/mman.h>
-#if CONFIG_ACL
-#include <sys/acl.h>
-#endif
-#if CONFIG_SELINUX
-#include <selinux/selinux.h>
-#endif
-
#include "text.h"
#include "text-internal.h"
#include "text-util.h"