diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-01 12:06:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-01 15:20:37 -0400 |
commit | 500826479aaf7d398f576fabbfdf34b17604f646 (patch) | |
tree | 7ff2846edd13a49592cccf01aff89bb6ea95543f /src/or/hs_descriptor.h | |
parent | 471104eaa5e7fbe1b5a32b8be388daae328abd4a (diff) | |
download | tor-500826479aaf7d398f576fabbfdf34b17604f646.tar.gz tor-500826479aaf7d398f576fabbfdf34b17604f646.zip |
Remove other needless includes include from or/*.h
Diffstat (limited to 'src/or/hs_descriptor.h')
-rw-r--r-- | src/or/hs_descriptor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h index d16234969d..7a4010cd3b 100644 --- a/src/or/hs_descriptor.h +++ b/src/or/hs_descriptor.h @@ -12,9 +12,6 @@ #include <stdint.h> #include "or/or.h" -#include "lib/net/address.h" -#include "lib/crypt_ops/crypto.h" -#include "lib/crypt_ops/crypto_ed25519.h" #include "trunnel/ed25519_cert.h" /* needed for trunnel */ #include "or/torcert.h" @@ -281,4 +278,3 @@ MOCK_DECL(STATIC size_t, decrypt_desc_layer,(const hs_descriptor_t *desc, #endif /* defined(HS_DESCRIPTOR_PRIVATE) */ #endif /* !defined(TOR_HS_DESCRIPTOR_H) */ - |