X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fgrab_file%2F_info;h=2508a2eeabaa185c8b4eb5b9ad7a2eb31cd699e6;hb=8ccb14db10cfedc5c97c9222a7955cee8246b741;hp=5bae7a566b5c875f2707eea8dc728399acaa96fc;hpb=8fc7a90a8db345c4276419d11f8731afc63f65f5;p=ccan diff --git a/ccan/grab_file/_info b/ccan/grab_file/_info index 5bae7a56..2508a2ee 100644 --- a/ccan/grab_file/_info +++ b/ccan/grab_file/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * grab_file - file helper routines @@ -44,7 +44,6 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/str_talloc\n"); /* Needed for tests. */ printf("ccan/talloc\n"); printf("ccan/noerr\n"); return 0;