aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-26 11:01:45 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit7b2b1b587d5f060f20e047334d21893f7292e25b (patch)
tree3259d0bd8e02ea8747b72e76e3c78497401f07d0 /src
parent8cae0b6b1bc94cee81d2cf0259673b839a0e18f6 (diff)
downloadtor-7b2b1b587d5f060f20e047334d21893f7292e25b.tar.gz
tor-7b2b1b587d5f060f20e047334d21893f7292e25b.zip
Don't include crypto, compat and util.h in or.h
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 44fdd6977e..45812c5735 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -80,12 +80,9 @@
#define snprintf _snprintf
#endif
-#include "crypto.h"
#include "tortls.h"
#include "../common/torlog.h"
-#include "compat.h"
#include "container.h"
-#include "util.h"
#include "torgzip.h"
#include "address.h"
#include "compat_libevent.h"