X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.c;h=f050307b28386ac00a23ce30335c1f89ac8548e5;hb=bd25fe0bd683d3634ee16494d83836677375b352;hp=8b025f78b0dd78b0d79f03eb106e7858c6ff502e;hpb=55ffa21bfedade5cc1702622855277b860f0a7f3;p=ppastats.git diff --git a/src/lp_json.c b/src/lp_json.c index 8b025f7..f050307 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -23,8 +23,8 @@ #include #include -#include "lp_json.h" -#include "lp_ws.h" +#include +#include #include static time_t json_to_time(json_object *json) @@ -48,7 +48,7 @@ static time_t json_to_time(json_object *json) return -1; } -static json_object *time_to_json(time_t t) +json_object *time_to_json(time_t t) { char *str; json_object *j;