浏览代码

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

Sebastian Hahn 15 年之前
父节点
当前提交
7b2b1b587d
共有 1 个文件被更改,包括 0 次插入3 次删除
  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"