summaryrefslogtreecommitdiffstats
path: root/trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'trie.h')
-rw-r--r--trie.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/trie.h b/trie.h
index 7b073f1..2d29ac7 100644
--- a/trie.h
+++ b/trie.h
@@ -17,7 +17,6 @@
#ifndef BFS_TRIE_H
#define BFS_TRIE_H
-#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>