]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
another minor fix
authorRoger Dingledine <arma@torproject.org>
Thu, 3 Feb 2005 07:30:00 +0000 (07:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 3 Feb 2005 07:30:00 +0000 (07:30 +0000)
svn:r3511

src/or/main.c

index 386df827dc2831708ed4800c7b78a668e25c76e7..bf1e7425de318e4b3b07c12e614a312499fa9e59 100644 (file)
@@ -11,7 +11,6 @@ const char main_c_id[] = "$Id$";
  **/
 
 #include "or.h"
-#include "orconfig.h"
 #ifdef USE_DMALLOC
 #include <dmalloc.h>
 #endif