Sfoglia il codice sorgente

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


svn:r2849

Roger Dingledine 21 anni fa
parent
commit
14c7ad409f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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>