ithewei 5 년 전
부모
커밋
c174588c4c
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      base/hdef.h

+ 1 - 4
base/hdef.h

@@ -1,10 +1,7 @@
 #ifndef HV_DEF_H_
 #define HV_DEF_H_
 
-#include <stddef.h>
-#include <stdio.h>  // for printf, fprintf
-#include <stdlib.h> // for malloc, free
-#include <string.h> // for memset
+#include "hplatform.h"
 
 #ifndef ABS
 #define ABS(n)  ((n) > 0 ? (n) : -(n))