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 --- map.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'map.c') diff --git a/map.c b/map.c index 44b6ade..12b2f16 100644 --- a/map.c +++ b/map.c @@ -9,9 +9,6 @@ * http://github.com/agl/critbit * http://ccodearchive.net/info/strmap.html */ -#include -#include -#include #include "map.h" typedef struct Node Node; -- cgit v1.2.3