]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/file_analysis.c
Rename string to str, and split into three modules.
[ccan] / tools / ccanlint / file_analysis.c
index bee99597310c346f5b8a291f40858de41b8605d5..d9f03dacfed94702e61a0ae0fa54e7b3f9c32e3a 100644 (file)
@@ -1,7 +1,9 @@
 #include "ccanlint.h"
 #include "get_file_lines.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>
 #include <noerr/noerr.h>
 #include <unistd.h>
 #include <sys/types.h>