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/array-test.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/core/array-test.c') diff --git a/test/core/array-test.c b/test/core/array-test.c index e4da4f6..5944904 100644 --- a/test/core/array-test.c +++ b/test/core/array-test.c @@ -1,9 +1,4 @@ -#include -#include -#include -#include -#include -#include +#include "util.h" #include "tap.h" -- cgit v1.2.3