]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/trailing_whitespace.c
Broaden use of doc_extract code, put in ccanlint, and fix ccanlint
[ccan] / tools / ccanlint / trailing_whitespace.c
index 3aeec6e5d820f56db2bfddac3f17ed0a9d2aa3d8..df1ce772b21939048bb7a97af34c5b8d8593c8b6 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 <ccan/talloc/talloc.h>
+#include <ccan/str/str.h>
 
 static char *report_on_trailing_whitespace(const char *line)
 {