Explorar el Código

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

Max Bruckner hace 7 años
padre
commit
3349978268
Se han modificado 1 ficheros con 0 adiciones y 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>