瀏覽代碼

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

Max Bruckner 7 年之前
父節點
當前提交
3349978268
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cJSON.c

+ 0 - 1
cJSON.c

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