summaryrefslogtreecommitdiffstats
path: root/tests/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alloc.c')
-rw-r--r--tests/alloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/alloc.c b/tests/alloc.c
index 9f08111..6c0defd 100644
--- a/tests/alloc.c
+++ b/tests/alloc.c
@@ -1,10 +1,10 @@
// Copyright © Tavian Barnes <tavianator@tavianator.com>
// SPDX-License-Identifier: 0BSD
+#include "prelude.h"
#include "tests.h"
-#include "../src/alloc.h"
-#include "../src/config.h"
-#include "../src/diag.h"
+#include "alloc.h"
+#include "diag.h"
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>