normalize #include
[ppastats.git] / src / lp_json.c
index 8b025f7..f050307 100644 (file)
@@ -23,8 +23,8 @@
 #include <string.h>
 #include <time.h>
 
-#include "lp_json.h"
-#include "lp_ws.h"
+#include <lp_json.h>
+#include <lp_ws.h>
 #include <ptime.h>
 
 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;