]> git.ozlabs.org Git - ccan/blobdiff - ccan/read_write_all/test/run-write_all.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / read_write_all / test / run-write_all.c
index ab21cd31575f72c56d0ae7df658f5d04acdf7fdc..50bd729c78d7590d3d362ec9a7d39e41a10254e0 100644 (file)
@@ -1,8 +1,8 @@
 /* FIXME: Do something tricky to ensure we really do loop in write_all. */
 
-#include "read_write_all/read_write_all.h"
-#include "read_write_all/read_write_all.c"
-#include "tap/tap.h"
+#include <ccan/read_write_all/read_write_all.h>
+#include <ccan/read_write_all/read_write_all.c>
+#include <ccan/tap/tap.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <signal.h>