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-util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'text-util.c') 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 -#include -#include Filerange text_range_union(const Filerange *r1, const Filerange *r2) { if (!text_range_valid(r1)) -- cgit v1.2.3