]> git.ozlabs.org Git - ccan/blobdiff - tools/doc_extract.c
Rename string to str, and split into three modules.
[ccan] / tools / doc_extract.c
index 0a5752c1db2d725094c99400bc84ab8a3c37afe3..fb7024a75daccb6baff61b0947ef8876ec24c19b 100644 (file)
@@ -9,7 +9,9 @@
 #include <fcntl.h>
 #include <stdbool.h>
 #include "talloc/talloc.h"
-#include "string/string.h"
+#include "str/str.h"
+#include "str_talloc/str_talloc.h"
+#include "grab_file/grab_file.h"
 
 static char **grab_doc(const char *fname)
 {