summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-14 09:49:27 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-14 09:49:27 +0000
commit14c7ad409f6488c1e21eae2aaa8682331df2b0b5 (patch)
treef47ab70529f02142713f3b2f5415ca592049a127 /src
parentbd4d99b3fea2c8c276b20efd20babcd01dde77ea (diff)
downloadtor-14c7ad409f6488c1e21eae2aaa8682331df2b0b5.tar.gz
tor-14c7ad409f6488c1e21eae2aaa8682331df2b0b5.zip
remove redundant stdio.h
i guess that wasn't the fix svn:r2849
Diffstat (limited to 'src')
-rw-r--r--src/common/log.c1
1 files changed, 0 insertions, 1 deletions
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 <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <stdlib.h>