]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/grab_file.c
Simplify -I lines: change includes to ccan/
[ccan] / ccan / grab_file / grab_file.c
index 6f2c9fe17e9473f5c3a84d423e30fb35e01283bd..f21e1e5e3ac5356172d7406ff0f3b6c9faff8f18 100644 (file)
@@ -1,6 +1,6 @@
 #include "grab_file.h"
-#include "talloc/talloc.h"
-#include "noerr/noerr.h"
+#include <ccan/talloc/talloc.h>
+#include <ccan/noerr/noerr.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>