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 --- test/core/map-test.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/core/map-test.c') diff --git a/test/core/map-test.c b/test/core/map-test.c index a8231a3..a78777f 100644 --- a/test/core/map-test.c +++ b/test/core/map-test.c @@ -1,8 +1,7 @@ -#include -#include -#include -#include +#include "util.h" + #include "tap.h" + #include "map.c" static bool get(Map *map, const char *key, const void *data) { -- cgit v1.2.3