X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr_talloc%2Ftest%2Frun.c;h=4e1c3d168dcdd475994fb83b251a54c1b9662562;hp=2e45aafe2c2a51e30f115af39a0610f865417249;hb=85a33135890965218010b79c89e4d3f4905727e3;hpb=009f261242b7e1f5482e097315c82a4185a708bf diff --git a/ccan/str_talloc/test/run.c b/ccan/str_talloc/test/run.c index 2e45aafe..4e1c3d16 100644 --- a/ccan/str_talloc/test/run.c +++ b/ccan/str_talloc/test/run.c @@ -1,9 +1,9 @@ -#include "str_talloc/str_talloc.h" +#include #include #include -#include "str_talloc/str_talloc.c" -#include "tap/tap.h" -#include "str/str.h" +#include +#include +#include /* FIXME: ccanize */ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))