summaryrefslogtreecommitdiffstats
path: root/src/trie.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-03-11 09:51:03 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-03-11 13:41:29 -0400
commit2c3ef3a06ee1f951f6d68be6d0d3f6a1822b05b7 (patch)
tree1474b759607c47db6c7cc95986a4f9ef9956ba18 /src/trie.h
parentf9e9e5f9013cc2e9d238cbcad9a1dfaf3a529aac (diff)
downloadbfs-2c3ef3a06ee1f951f6d68be6d0d3f6a1822b05b7.tar.xz
Re-run include-what-you-use
Diffstat (limited to 'src/trie.h')
-rw-r--r--src/trie.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trie.h b/src/trie.h
index 02088f1..4288d76 100644
--- a/src/trie.h
+++ b/src/trie.h
@@ -5,7 +5,6 @@
#define BFS_TRIE_H
#include "alloc.h"
-#include "config.h"
#include "list.h"
#include <stddef.h>
#include <stdint.h>