Ver Fonte

more forgotten stuff

ambrop7 há 14 anos atrás
pai
commit
07718ddf0f
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      examples/ncd_parser_test.c
  2. 1 1
      examples/ncd_tokenizer_test.c

+ 1 - 1
examples/ncd_parser_test.c

@@ -25,7 +25,7 @@
 #include <string.h>
 
 #include <misc/debug.h>
-#include <ncdconfig/NCDConfigParser.h>
+#include <ncd/NCDConfigParser.h>
 
 int error;
 

+ 1 - 1
examples/ncd_tokenizer_test.c

@@ -25,7 +25,7 @@
 #include <string.h>
 
 #include <misc/debug.h>
-#include <ncdconfig/NCDConfigTokenizer.h>
+#include <ncd/NCDConfigTokenizer.h>
 
 int error;