summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trie.c')
-rw-r--r--tests/trie.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c
index f380613..41b729e 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -2,9 +2,12 @@
// SPDX-License-Identifier: 0BSD
#include "prelude.h"
+
+#include "bfs.h"
+#include "diag.h"
#include "tests.h"
#include "trie.h"
-#include "diag.h"
+
#include <stdlib.h>
#include <string.h>