[or-cvs] remove redundant stdio.h

Roger Dingledine arma at seul.org
Sun Nov 14 09:49:30 UTC 2004


Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common

Modified Files:
	log.c 
Log Message:
remove redundant stdio.h
i guess that wasn't the fix


Index: log.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- log.c	14 Nov 2004 09:48:54 -0000	1.65
+++ log.c	14 Nov 2004 09:49:27 -0000	1.66
@@ -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>



More information about the tor-commits mailing list