diff options
author | Roger Dingledine <arma@torproject.org> | 2005-02-03 07:30:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-02-03 07:30:00 +0000 |
commit | bcece3d8a7564eb872d8bf02b4bf8838a9b871ba (patch) | |
tree | 68c887c60e34580c3a64924367b5cd163bcc36e2 /src/or/main.c | |
parent | 378172ff77e42c2dc9a2fff4e6876afddfd43110 (diff) | |
download | tor-bcece3d8a7564eb872d8bf02b4bf8838a9b871ba.tar.gz tor-bcece3d8a7564eb872d8bf02b4bf8838a9b871ba.zip |
another minor fix
svn:r3511
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 386df827dc..bf1e7425de 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -11,7 +11,6 @@ const char main_c_id[] = "$Id$"; **/ #include "or.h" -#include "orconfig.h" #ifdef USE_DMALLOC #include <dmalloc.h> #endif |