]> git.ozlabs.org Git - ccan/blobdiff - tools/ccan_depends.c
Make diag() go to stdout: everything else does.
[ccan] / tools / ccan_depends.c
index ca8c4a610967402a9a8047e7e2b73172eabc81ad..91d7c98983c772c6acc989b467d2e782be209ccd 100644 (file)
@@ -2,8 +2,8 @@
 #include <err.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "string/string.h"
-#include "talloc/talloc.h"
+#include <ccan/str/str.h>
+#include <ccan/talloc/talloc.h>
 
 int main(int argc, char *argv[])
 {