diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-12 23:03:10 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-12 23:03:10 -0500 |
commit | 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 (patch) | |
tree | f7b107086812336e959806c7829cd31d04685d77 /tests/trie.c | |
parent | 3fc709530adbede1744a6d785598f8456d5f2626 (diff) | |
download | bfs-0a2852c4cd8a8fb95b4a3ba84d768c774186adc1.tar.xz |
Include what I use
Thanks to https://github.com/include-what-you-use/include-what-you-use
Diffstat (limited to 'tests/trie.c')
-rw-r--r-- | tests/trie.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c index 7182a03..70e2414 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -2,7 +2,6 @@ #include "../trie.h" #include <assert.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> |