diff options
Diffstat (limited to 'src/bench/peer_eviction.cpp')
-rw-r--r-- | src/bench/peer_eviction.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bench/peer_eviction.cpp b/src/bench/peer_eviction.cpp index e04f3c403c..5b08cc758b 100644 --- a/src/bench/peer_eviction.cpp +++ b/src/bench/peer_eviction.cpp @@ -3,13 +3,12 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <bench/bench.h> -#include <net.h> #include <netaddress.h> +#include <node/eviction.h> #include <random.h> #include <test/util/net.h> -#include <test/util/setup_common.h> -#include <algorithm> +#include <chrono> #include <functional> #include <vector> |