summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trie.c')
-rw-r--r--tests/trie.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/trie.c b/tests/trie.c
index 41b729e..9e9a294 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -1,11 +1,10 @@
// Copyright © Tavian Barnes <tavianator@tavianator.com>
// SPDX-License-Identifier: 0BSD
-#include "prelude.h"
+#include "tests.h"
#include "bfs.h"
#include "diag.h"
-#include "tests.h"
#include "trie.h"
#include <stdlib.h>