瀏覽代碼

cJSON.c: Remove unnecessary includes

Max Bruckner 7 年之前
父節點
當前提交
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>