]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/trie-test.c
UCW::CGI: Escaping functions silently convert undef to undef
[libucw.git] / ucw / trie-test.c
index cb9058c4629e6b496d0a1553b0a38874dff3788e..a392bfa5641e42103513b8274e10e07b2ff3a27f 100644 (file)
@@ -9,8 +9,8 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/getopt.h"
+#include <ucw/lib.h>
+#include <ucw/getopt.h>
 
 #include <stdlib.h>
 #include <string.h>
@@ -26,7 +26,7 @@
 #ifdef LOCAL_DEBUG
 #define TRIE_TRACE
 #endif
-#include "ucw/trie.h"
+#include <ucw/trie.h>
 
 static void
 basic_test(void)
@@ -55,7 +55,7 @@ basic_test(void)
 #ifdef LOCAL_DEBUG
 #define TRIE_TRACE
 #endif
-#include "ucw/trie.h"
+#include <ucw/trie.h>
 
 static void
 dynamic_test(void)
@@ -86,7 +86,7 @@ dynamic_test(void)
 #ifdef LOCAL_DEBUG
 #define TRIE_TRACE
 #endif
-#include "ucw/trie.h"
+#include <ucw/trie.h>
 
 #define MAX_STRINGS 200