]> git.ozlabs.org Git - ccan/blobdiff - ccan/str_talloc/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / str_talloc / test / run.c
index 2e45aafe2c2a51e30f115af39a0610f865417249..4e1c3d168dcdd475994fb83b251a54c1b9662562 100644 (file)
@@ -1,9 +1,9 @@
-#include "str_talloc/str_talloc.h"
+#include <ccan/str_talloc/str_talloc.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "str_talloc/str_talloc.c"
-#include "tap/tap.h"
-#include "str/str.h"
+#include <ccan/str_talloc/str_talloc.c>
+#include <ccan/tap/tap.h>
+#include <ccan/str/str.h>
 
 /* FIXME: ccanize */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))