]> git.ozlabs.org Git - ccan/blobdiff - ccan/endian/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / endian / test / run.c
index 9016e2267770f73b419461385a83cbc2f7648072..cba96f0b4d68dcd7e14844edf2a1d566a1ed943e 100644 (file)
@@ -1,7 +1,7 @@
+#include <ccan/endian/endian.h>
 #include <stdlib.h>
 #include <stddef.h>
-#include <tap/tap.h>
-#include "endian/endian.h"
+#include <ccan/tap/tap.h>
 
 int main(int argc, char *argv[])
 {