Explorar el Código

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


svn:r2849

Roger Dingledine hace 21 años
padre
commit
14c7ad409f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>