X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstringbuilder%2Ftest%2Frun.c;h=b59a0aab128db599e7ac63bfa1624e208c60547e;hb=17a81baf84a9c8f89603173be3169a0a2017702d;hp=2d119f25cdf1472047f8a9b886509f3769790f85;hpb=495f0115718b6d64b2ed597713d11aaed9da5fe9;p=ccan diff --git a/ccan/stringbuilder/test/run.c b/ccan/stringbuilder/test/run.c index 2d119f25..b59a0aab 100644 --- a/ccan/stringbuilder/test/run.c +++ b/ccan/stringbuilder/test/run.c @@ -1,15 +1,9 @@ #include #include +#include #include #include #include -/* - * This triggers a circular dependency - * #include - * - * We only want the following macro: - */ -#define streq(s1,s2) (!strcmp(s1,s2)) #include