From 3349978268ea8f8ace9bde1cb30bce922513fbe1 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Thu, 26 Apr 2018 23:58:51 +0200 Subject: [PATCH] cJSON.c: Remove unnecessary include of float.h, fix #259 --- cJSON.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cJSON.c b/cJSON.c index 15d3fef..8cda390 100644 --- a/cJSON.c +++ b/cJSON.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include