Browse Source

Don't include crypto, compat and util.h in or.h

Sebastian Hahn 15 years ago
parent
commit
7b2b1b587d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/or/or.h

+ 0 - 3
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"