]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/test/run.c
Remove old run-tests, clean up #includes to all be <ccan/...
[ccan] / ccan / talloc / test / run.c
index ad70a51ec77761059470347acbbdaa4cbf5d3e37..9654f625322fae32e44c1654088965e097e357f9 100644 (file)
@@ -25,9 +25,9 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include "talloc/talloc.c"
+#include <ccan/talloc/talloc.c>
 #include <stdbool.h>
-#include "tap/tap.h"
+#include <ccan/tap/tap.h>
 
 #define torture_assert(test, expr, str)                                        \
        ok(expr, "%s [\n%s: Expression %s failed: %s\n]\n",             \