diff options
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> |