X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr_talloc%2Ftest%2Frun.c;h=4e1c3d168dcdd475994fb83b251a54c1b9662562;hp=2e45aafe2c2a51e30f115af39a0610f865417249;hb=ab43c3d0de45ba1012b4e3ff669517f78cac6092;hpb=868412b72b7c83d1fec52d0f71355bc15de2600e 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]))