]> git.ozlabs.org Git - ccan/blobdiff - ccan/alloc/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / alloc / test / run.c
index 8247122eaa4041b8ebf643d2e5077605019f64ce..801db5762443da6840f733928ba3a82dbb75e65c 100644 (file)
@@ -1,6 +1,6 @@
-#include "alloc/alloc.h"
-#include "tap/tap.h"
-#include "alloc/alloc.c"
+#include <ccan/alloc/alloc.h>
+#include <ccan/tap/tap.h>
+#include <ccan/alloc/alloc.c>
 #include <stdlib.h>
 #include <err.h>