]> git.ozlabs.org Git - ccan/blobdiff - tools/namespacize.c
Rename string to str, and split into three modules.
[ccan] / tools / namespacize.c
index 6393d72e3d4a03e97255325d7e2d6f420a03242a..3fa040282b13022c546f8d3e8ecac452a3fccd47 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include "ccan/string/string.h"
+#include "ccan/str/str.h"
+#include "ccan/str_talloc/str_talloc.h"
+#include "ccan/grab_file/grab_file.h"
 #include "ccan/talloc/talloc.h"
 #include "tools.h"