Explorar o código

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

Max Bruckner %!s(int64=7) %!d(string=hai) anos
pai
achega
3349978268
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      cJSON.c

+ 0 - 1
cJSON.c

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