]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/trailing_whitespace.c
Simplify -I lines: change includes to ccan/
[ccan] / tools / ccanlint / trailing_whitespace.c
index 3aeec6e5d820f56db2bfddac3f17ed0a9d2aa3d8..35f37380c0e2f331f3ec37b7777e674a7a18df73 100644 (file)
@@ -1,7 +1,7 @@
 /* Trailing whitespace test.  Almost embarrassing, but trivial. */
 #include "ccanlint.h"
 #include <talloc/talloc.h>
-#include <string/string.h>
+#include <str/str.h>
 
 static char *report_on_trailing_whitespace(const char *line)
 {