summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trie.c')
-rw-r--r--tests/trie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/trie.c b/tests/trie.c
index fec0de2..2a6eb48 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -2,9 +2,9 @@
// SPDX-License-Identifier: 0BSD
#include "tests.h"
-#include "../src/trie.h"
-#include "../src/config.h"
-#include "../src/diag.h"
+#include "trie.h"
+#include "config.h"
+#include "diag.h"
#include <stdlib.h>
#include <string.h>