Sfoglia il codice sorgente

more forgotten stuff

ambrop7 14 anni fa
parent
commit
07718ddf0f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;