From: Roger Dingledine Date: Sun, 14 Nov 2004 09:49:27 +0000 (+0000) Subject: remove redundant stdio.h X-Git-Tag: tor-0.0.9pre6~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14c7ad409f6488c1e21eae2aaa8682331df2b0b5;p=thirdparty%2Ftor.git remove redundant stdio.h i guess that wasn't the fix svn:r2849 --- diff --git a/src/common/log.c b/src/common/log.c index c0ed2c0b9d..49571f64fb 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -8,7 +8,6 @@ * \brief Functions to send messages to log files or the console. */ -#include #include #include #include