]> git.ozlabs.org Git - ccan/blobdiff - tools/depends.c
crcsync byte-at-a-time test reveals flaws in buffer handling.
[ccan] / tools / depends.c
index d215441eead6acebe84b629d2b3c855b4191098c..5878ef61e0f1cf9a536e06dede43a67c04370391 100644 (file)
@@ -1,5 +1,7 @@
-#include "talloc/talloc.h"
-#include "string/string.h"
+#include <ccan/talloc/talloc.h>
+#include <ccan/str/str.h>
+#include <ccan/grab_file/grab_file.h>
+#include <ccan/str_talloc/str_talloc.h>
 #include "tools.h"
 #include <err.h>
 #include <stdbool.h>