浏览代码

cJSON.c: Remove unnecessary includes

Max Bruckner 7 年之前
父节点
当前提交
cb5bd2c97b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cJSON.c

+ 0 - 1
cJSON.c

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