]> git.ozlabs.org Git - ccan/blobdiff - tools/doc_extract.c
Simplify -I lines: change includes to ccan/
[ccan] / tools / doc_extract.c
index fb7024a75daccb6baff61b0947ef8876ec24c19b..987ca1ad3db07cb7342e48906e2c31edb885b4fb 100644 (file)
@@ -8,10 +8,10 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <stdbool.h>
-#include "talloc/talloc.h"
-#include "str/str.h"
-#include "str_talloc/str_talloc.h"
-#include "grab_file/grab_file.h"
+#include <ccan/talloc/talloc.h>
+#include <ccan/str/str.h>
+#include <ccan/str_talloc/str_talloc.h>
+#include <ccan/grab_file/grab_file.h>
 
 static char **grab_doc(const char *fname)
 {