소스 검색

remove redundant stdio.h
i guess that wasn't the fix


svn:r2849

Roger Dingledine 21 년 전
부모
커밋
14c7ad409f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/common/log.c

+ 0 - 1
src/common/log.c

@@ -8,7 +8,6 @@
  * \brief Functions to send messages to log files or the console.
  */
 
-#include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <stdlib.h>