[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 38/40] Don't include crypto, compat and util.h in or.h
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Mon, 26 Jul 2010 11:01:45 +0200
Subject: Don't include crypto, compat and util.h in or.h
Commit: 7b2b1b587d5f060f20e047334d21893f7292e25b
---
src/or/or.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/or/or.h b/src/or/or.h
index 44fdd69..45812c5 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"
--
1.7.1