]> git.ozlabs.org Git - ccan/blobdiff - ccan/alignof/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / alignof / test / run.c
index f76fb6691c73c9692cb1a767723b0f9a63e33a72..2da69032a49c210670f43683f5b9f4f309abd54e 100644 (file)
@@ -1,7 +1,7 @@
+#include <ccan/alignof/alignof.h>
 #include <stdlib.h>
 #include <stddef.h>
-#include <tap/tap.h>
-#include "alignof/alignof.h"
+#include <ccan/tap/tap.h>
 
 /* Alignment is remarkably difficult to test.  The rules may be more
  * complex than ALIGNOF() can know: eg. on i386 __alignof__(double) == 8, but