X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ftrie-test.c;h=a392bfa5641e42103513b8274e10e07b2ff3a27f;hb=5453cb799a65190b348028302249af928c58cee4;hp=cb9058c4629e6b496d0a1553b0a38874dff3788e;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/trie-test.c b/ucw/trie-test.c index cb9058c4..a392bfa5 100644 --- a/ucw/trie-test.c +++ b/ucw/trie-test.c @@ -9,8 +9,8 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/getopt.h" +#include +#include #include #include @@ -26,7 +26,7 @@ #ifdef LOCAL_DEBUG #define TRIE_TRACE #endif -#include "ucw/trie.h" +#include static void basic_test(void) @@ -55,7 +55,7 @@ basic_test(void) #ifdef LOCAL_DEBUG #define TRIE_TRACE #endif -#include "ucw/trie.h" +#include static void dynamic_test(void) @@ -86,7 +86,7 @@ dynamic_test(void) #ifdef LOCAL_DEBUG #define TRIE_TRACE #endif -#include "ucw/trie.h" +#include #define MAX_STRINGS 200