diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-08 14:55:46 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-08 16:03:40 +0200 |
commit | faab76c1c01e6d3fff8ac1bc71baeecd8846dc32 (patch) | |
tree | 76a46762b3cae89771203f4ff6b97d5d11e20ed9 /src/torcontrol.h | |
parent | fa0a60dd93e4485c1f62ffcc87fa9e6b195ce795 (diff) |
iwyu on torcontrol
Diffstat (limited to 'src/torcontrol.h')
-rw-r--r-- | src/torcontrol.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/torcontrol.h b/src/torcontrol.h index 8c48cc14e8..1a9065b01a 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -11,18 +11,14 @@ #include <netaddress.h> #include <util/fs.h> +#include <event2/util.h> -#include <event2/bufferevent.h> -#include <event2/event.h> - -#include <cstdlib> +#include <cstdint> #include <deque> #include <functional> #include <string> #include <vector> -class CService; - extern const std::string DEFAULT_TOR_CONTROL; static const bool DEFAULT_LISTEN_ONION = true; |