]> git.ozlabs.org Git - ccan/blobdiff - ccan/typesafe_cb/test/compile_fail-typesafe_cb_postargs.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / typesafe_cb / test / compile_fail-typesafe_cb_postargs.c
index 099eb25755559e1c26fd3d807c265d7bf7f55071..885a3c551c171123d42301e760e95489a297d95f 100644 (file)
@@ -1,4 +1,4 @@
-#include "typesafe_cb/typesafe_cb.h"
+#include <ccan/typesafe_cb/typesafe_cb.h>
 #include <stdlib.h>
 
 static void _register_callback(void (*cb)(void *arg, int x), void *arg)