소스 검색

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

Sebastian Hahn 16 년 전
부모
커밋
7b2b1b587d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/or/or.h

+ 0 - 3
src/or/or.h

@@ -80,12 +80,9 @@
 #define snprintf _snprintf
 #define snprintf _snprintf
 #endif
 #endif
 
 
-#include "crypto.h"
 #include "tortls.h"
 #include "tortls.h"
 #include "../common/torlog.h"
 #include "../common/torlog.h"
-#include "compat.h"
 #include "container.h"
 #include "container.h"
-#include "util.h"
 #include "torgzip.h"
 #include "torgzip.h"
 #include "address.h"
 #include "address.h"
 #include "compat_libevent.h"
 #include "compat_libevent.h"