소스 검색

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>