diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-14 09:49:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-14 09:49:27 +0000 |
commit | 14c7ad409f6488c1e21eae2aaa8682331df2b0b5 (patch) | |
tree | f47ab70529f02142713f3b2f5415ca592049a127 /src/common | |
parent | bd4d99b3fea2c8c276b20efd20babcd01dde77ea (diff) | |
download | tor-14c7ad409f6488c1e21eae2aaa8682331df2b0b5.tar.gz tor-14c7ad409f6488c1e21eae2aaa8682331df2b0b5.zip |
remove redundant stdio.h
i guess that wasn't the fix
svn:r2849
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/log.c | 1 |
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> |