]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/test/run-tell.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / antithread / test / run-tell.c
index fc42095c724f3126a7dcabb670ae41e9f13ac5f8..84ca492815289339fec66e937adab4f0c7a69ae1 100644 (file)
@@ -1,6 +1,6 @@
-#include "antithread/antithread.c"
+#include <ccan/antithread/antithread.c>
 #include <assert.h>
-#include "tap/tap.h"
+#include <ccan/tap/tap.h>
 
 static void *test(struct at_pool *atp, void *unused)
 {