]> git.ozlabs.org Git - ccan/blobdiff - tools/create_dep_tar.c
Rename string to str, and split into three modules.
[ccan] / tools / create_dep_tar.c
index 78bdea6c9031f833cc4da09f1b518a18956a288a..ecf043c56fbddf3df03773deabb5719ca1c62c62 100644 (file)
@@ -4,7 +4,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <sqlite3.h>
-#include "ccan/string/string.h"
+#include "ccan/grab_file/grab_file.h"
+#include "ccan/str_talloc/str_talloc.h"
 #include "ccan/talloc/talloc.h"
 #include "tools/_infotojson/database.h"