]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/test/run-simple.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / antithread / test / run-simple.c
index 947dbe024a198e0a31c8d2f295fd3211074bcc2a..56569bb24b646615ad278c85fe855cf8858a7e9e 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, int *pid)
 {