X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flp_json.c;fp=src%2Flp_json.c;h=c9379c5a707ef023b089da1485aea3161d8ce742;hb=8fbc54a7960312d1626f4032d5fef5bf8a37db70;hp=e02ef62f90f3b74b2ca4a947f9c5ac262e488308;hpb=99b65b5be32158ebc793df4ab2b825633e32a100;p=ppastats.git diff --git a/src/lp_json.c b/src/lp_json.c index e02ef62..c9379c5 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -23,16 +23,9 @@ #include #include -#include #include "lp_json.h" #include "lp_ws.h" -/* Declares json_bool to have consistent code even with - old json lib releases using boolean instead of json_bool.*/ -#ifndef HAVE_JSON_BOOL -typedef boolean json_bool; -#endif - static time_t json_to_time(json_object *json) { const char *str;