diff options
author | Roger Dingledine <arma@torproject.org> | 2003-05-09 02:12:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-05-09 02:12:52 +0000 |
commit | 649fbceaa18722994cc6e62d0d9b961d8e12bf66 (patch) | |
tree | 68430b17748ad82acbb02f4b7bcac1b0ba6353f3 /src/or/or.h | |
parent | bf8ef8e597752221355172e6cd686db5a58a29f5 (diff) | |
download | tor-649fbceaa18722994cc6e62d0d9b961d8e12bf66.tar tor-649fbceaa18722994cc6e62d0d9b961d8e12bf66.tar.gz |
removed obsolete version.h
svn:r285
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8f4366d3d..e2f3a885e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -45,7 +45,6 @@ #include "../common/crypto.h" #include "../common/log.h" #include "../common/ss.h" -#include "../common/version.h" #include "../common/util.h" #define MAXCONNECTIONS 1000 /* upper bound on max connections. |