X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Finfo_exists.c;h=9f6f2066ddf90dc5d0149f68ee62827ae7d2f3cd;hp=86101aa9eae8cc8cca98ba4d31484b3ac9244d8a;hb=291237b4fed863be74051274ac5ad9920cb33cc3;hpb=9a483e66096528915f59d875931a48eab523ca82;ds=sidebyside diff --git a/tools/ccanlint/tests/info_exists.c b/tools/ccanlint/tests/info_exists.c index 86101aa9..9f6f2066 100644 --- a/tools/ccanlint/tests/info_exists.c +++ b/tools/ccanlint/tests/info_exists.c @@ -31,8 +31,9 @@ static void check_has_info(struct manifest *m, } static const char template[] = - "#include \n" "#include \"config.h\"\n" + "#include \n" + "#include \n" "\n" "/**\n" " * %s - YOUR-ONE-LINE-DESCRIPTION-HERE\n"