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/buffer-test.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/core/buffer-test.c') diff --git a/test/core/buffer-test.c b/test/core/buffer-test.c index 8034ac4..edb7786 100644 --- a/test/core/buffer-test.c +++ b/test/core/buffer-test.c @@ -1,9 +1,7 @@ -#include -#include -#include -#include -#include +#include "util.h" + #include "tap.h" + #include "buffer.c" static bool compare(Buffer *buf, const char *data, size_t len) { -- cgit v1.2.3