]> 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 2cd258613de4fe1e6665b024a0807d0a2fe0fab5..cba96f0b4d68dcd7e14844edf2a1d566a1ed943e 100644 (file)
@@ -1,7 +1,7 @@
-#include "endian/endian.h"
+#include <ccan/endian/endian.h>
 #include <stdlib.h>
 #include <stddef.h>
-#include <tap/tap.h>
+#include <ccan/tap/tap.h>
 
 int main(int argc, char *argv[])
 {