]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / noerr / test / run.c
index 6f1361ce4d851929196c5c404de17bee91e2354a..144e4dd0871025b4ef6834fc01545e8889b985f8 100644 (file)
@@ -1,6 +1,6 @@
-#include "noerr/noerr.h"
-#include "tap/tap.h"
-#include "noerr/noerr.c"
+#include <ccan/noerr/noerr.h>
+#include <ccan/tap/tap.h>
+#include <ccan/noerr/noerr.c>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>