]> git.ozlabs.org Git - ccan/blobdiff - ccan/hash/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / hash / test / run.c
index 1857739af5931f7044d2b0a4195ffb3ba1e333a3..2aeec42d94a06f7543ec1560323a67d902ed4649 100644 (file)
@@ -1,6 +1,6 @@
-#include "hash/hash.h"
-#include "tap/tap.h"
-#include "hash/hash.c"
+#include <ccan/hash/hash.h>
+#include <ccan/tap/tap.h>
+#include <ccan/hash/hash.c>
 #include <stdbool.h>
 #include <string.h>