]> git.ozlabs.org Git - ccan/blobdiff - ccan/ciniparser/ciniparser.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / ciniparser / ciniparser.c
index dceb22f55f7d10f55de10c4dcaadbf36f59ec224..d801b736eede829592734fdf4076890205406f34 100644 (file)
@@ -33,7 +33,7 @@
  */
 
 #include <ctype.h>
-#include "ciniparser.h"
+#include <ccan/ccan/ciniparser.h>
 
 #define ASCIILINESZ      (1024)
 #define INI_INVALID_KEY  ((char*) NULL)