diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-04-06 22:04:50 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-06 22:49:18 +0000 |
commit | 809f6fae848f53d2096bef1b2e99bcc929872e2a (patch) | |
tree | af585c224252877be4a76fb8f38cbe8527b33ccd /src/or/hs_cache.h | |
parent | e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce (diff) | |
download | tor-809f6fae848f53d2096bef1b2e99bcc929872e2a.tar.gz tor-809f6fae848f53d2096bef1b2e99bcc929872e2a.zip |
refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.
* FIXES part of #24658: https://bugs.torproject.org/24658
Diffstat (limited to 'src/or/hs_cache.h')
-rw-r--r-- | src/or/hs_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/hs_cache.h b/src/or/hs_cache.h index a141634cc4..0d0085ffdc 100644 --- a/src/or/hs_cache.h +++ b/src/or/hs_cache.h @@ -11,7 +11,6 @@ #include <stdint.h> -#include "crypto.h" #include "crypto_ed25519.h" #include "hs_common.h" #include "hs_descriptor.h" |