aboutsummaryrefslogtreecommitdiff
path: root/text-util.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-util.c
parent5abe94420528d3e107eceb0f3df073e8a1270191 (diff)
downloadvis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz
vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz
move all standard library includes into util.h
Diffstat (limited to 'text-util.c')
-rw-r--r--text-util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/text-util.c b/text-util.c
index 7e47cce..acd80c2 100644
--- a/text-util.c
+++ b/text-util.c
@@ -1,8 +1,5 @@
#include "text-util.h"
#include "util.h"
-#include <wchar.h>
-#include <errno.h>
-#include <stdlib.h>
Filerange text_range_union(const Filerange *r1, const Filerange *r2) {
if (!text_range_valid(r1))