X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=4c8444438e2d355dbc3990de104bff33c4a366d9;hb=9875b72f4ac0b5a1cc7fe79c4f7037bd0441e18a;hp=83939dd0803a81c94c4d9ad37f8031a8ba4819e4;hpb=6164094930a4a39af6262c31d87b19cd31ad326d;p=ppastats.git diff --git a/src/main.c b/src/main.c index 83939dd..4c84444 100644 --- a/src/main.c +++ b/src/main.c @@ -25,15 +25,15 @@ #include #include -#include "cache.h" +#include +#include #include -#include "html.h" -#include "http.h" -#include "lp_ws.h" -#include "config.h" +#include +#include +#include #include #include -#include "ppastats.h" +#include static const char *program_name; @@ -131,7 +131,7 @@ static void print_help() puts(""); puts(_(" -o, --output-dir=[PATH] generates HTML pages into 'PATH'")); - puts(_(" -t, --theme-dir=[PATH] set theme dir to 'PATH'")); + puts(_(" -t, --theme-dir=[PATH] set theme dir to 'PATH'")); puts(_( " -s, --status=[STATUS] retrieves only package of the given status\n"