Explorar el Código

cJSON.c: Remove unnecessary includes

Max Bruckner hace 7 años
padre
commit
b06fb10f94
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      cJSON.c

+ 0 - 2
cJSON.c

@@ -39,9 +39,7 @@
 
 #include <string.h>
 #include <stdio.h>
-#include <math.h>
 #include <stdlib.h>
-#include <float.h>
 #include <limits.h>
 #include <ctype.h>