فهرست منبع

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 <math.h>
 #include <stdlib.h>
-#include <float.h>
 #include <limits.h>
 #include <ctype.h>