summaryrefslogtreecommitdiff
path: root/test/allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/allocator.c')
-rw-r--r--test/allocator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/allocator.c b/test/allocator.c
index ca1a7a0..fe01334 100644
--- a/test/allocator.c
+++ b/test/allocator.c
@@ -1,8 +1,8 @@
+#include "dged/allocator.h"
+
#include "assert.h"
#include "test.h"
-#include "allocator.h"
-
void test_frame_allocator() {
struct frame_allocator fa = frame_allocator_create(128);