]> git.ozlabs.org Git - ccan/blobdiff - tools/depends.c
Rename string to str, and split into three modules.
[ccan] / tools / depends.c
index d215441eead6acebe84b629d2b3c855b4191098c..c631b9bc82968747147a1fd7328297a5d9fff3bc 100644 (file)
@@ -1,5 +1,7 @@
 #include "talloc/talloc.h"
-#include "string/string.h"
+#include "str/str.h"
+#include "grab_file/grab_file.h"
+#include "str_talloc/str_talloc.h"
 #include "tools.h"
 #include <err.h>
 #include <stdbool.h>