aboutsummaryrefslogtreecommitdiff
path: root/test/core/buffer-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/buffer-test.c')
-rw-r--r--test/core/buffer-test.c8
1 files changed, 3 insertions, 5 deletions
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 <stdbool.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include "util.h"
+
#include "tap.h"
+
#include "buffer.c"
static bool compare(Buffer *buf, const char *data, size_t len) {