]> git.ozlabs.org Git - ccan/blobdiff - tools/ccan_depends.c
From: "Timothy B. Terriberry" <tterribe@xiph.org>
[ccan] / tools / ccan_depends.c
index 0511648e45db045f416c3a9cf0f12ba74783e768..91d7c98983c772c6acc989b467d2e782be209ccd 100644 (file)
@@ -2,8 +2,8 @@
 #include <err.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "str/str.h"
-#include "talloc/talloc.h"
+#include <ccan/str/str.h>
+#include <ccan/talloc/talloc.h>
 
 int main(int argc, char *argv[])
 {