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 --- ui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 6ed0587..d971562 100644 --- a/ui.h +++ b/ui.h @@ -1,10 +1,6 @@ #ifndef UI_H #define UI_H -#include -#include -#include - /* enable large file optimization for files larger than: */ #define UI_LARGE_FILE_SIZE (1 << 25) /* enable large file optimization for files containing lines longer than: */ -- cgit v1.2.3