X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstringmap%2Ftest%2Frun.c;h=2ffcb1242493b79ffabb2008729b17fa7dbc3b7f;hb=b0a59bdcb3356eec66015bcdffd9a3fbaef0489a;hp=0d4db56734c19c14f48feff643187d90ba8d7421;hpb=f9757c15a7b61cd4042c060b9fd0e069cb2c31df;p=ccan diff --git a/ccan/stringmap/test/run.c b/ccan/stringmap/test/run.c index 0d4db567..2ffcb124 100644 --- a/ccan/stringmap/test/run.c +++ b/ccan/stringmap/test/run.c @@ -1,7 +1,7 @@ -#include "stringmap/stringmap.h" -#include "stringmap/stringmap.c" +#include +#include -#include "tap/tap.h" +#include static void test_trivial(void) { stringmap(int) map = stringmap_new(NULL);