소스 검색

Remove unused import from test

jD91mZM2 6 년 전
부모
커밋
829bc64ad6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/scanf.c

+ 0 - 1
tests/scanf.c

@@ -1,5 +1,4 @@
 #include <stdio.h>
-#include <malloc.h>
 
 int main(int argc, char ** argv) {
     int a = 0;