From 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Nov 2020 23:03:10 -0500 Subject: Include what I use Thanks to https://github.com/include-what-you-use/include-what-you-use --- trie.h | 1 - 1 file changed, 1 deletion(-) (limited to 'trie.h') 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 #include #include -- cgit v1.2.3