Просмотр исходного кода

cJSON.c: Remove unnecessary includes

Max Bruckner 7 лет назад
Родитель
Сommit
b06fb10f94
1 измененных файлов с 0 добавлено и 2 удалено
  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>