]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove redundant stdio.h
authorRoger Dingledine <arma@torproject.org>
Sun, 14 Nov 2004 09:49:27 +0000 (09:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 14 Nov 2004 09:49:27 +0000 (09:49 +0000)
i guess that wasn't the fix

svn:r2849

src/common/log.c

index c0ed2c0b9dde5525ed32b89f9a3db8f1d5ae9d0e..49571f64fb73fc102d02c7c1af79560310844266 100644 (file)
@@ -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>