cJSON.c: Remove unnecessary include of float.h, fix #259

This commit is contained in:
Max Bruckner 2018-04-26 23:58:51 +02:00
parent cbc05de76f
commit 3349978268
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <ctype.h>