Move max() to jansson_private.h, define only if not already defined
[jansson.git] / src / value.c
index 75236b4..89d7b71 100644 (file)
@@ -15,7 +15,6 @@
 #include "hashtable.h"
 #include "jansson_private.h"
 #include "utf.h"
-#include "util.h"
 
 
 static JSON_INLINE void json_init(json_t *json, json_type type)