[or-cvs] [tor/master 38/40] Don't include crypto, compat and util.h in or.h

nickm at torproject.org nickm at torproject.org
Fri Jul 30 01:56:59 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
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




More information about the tor-commits mailing list