]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/has_main_header.c
Another Joey fix:
[ccan] / tools / ccanlint / has_main_header.c
index 75e3f91dc51dc78007b621479433fdd7f0a2068c..e1b711983eb8c28eeda2bb623f4c01073c2bc2be 100644 (file)
@@ -8,9 +8,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <err.h>
-#include <string/string.h>
-#include <talloc/talloc.h>
-#include <noerr/noerr.h>
+#include <ccan/str/str.h>
+#include <ccan/talloc/talloc.h>
+#include <ccan/noerr/noerr.h>
 
 static void *check_has_main_header(struct manifest *m)
 {