From b55396fae6ec425df3f802a0b49dfc8037e9ace0 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Fri, 11 Sep 2020 13:55:07 +0200 Subject: [PATCH] This is a non-functional change to remove unnecessary header #includes of bootstrap_bulk_pull.hpp (#2926) --- nano/node/bootstrap/bootstrap.hpp | 1 - nano/node/bootstrap/bootstrap_attempt.hpp | 1 - nano/node/bootstrap/bootstrap_connections.hpp | 1 + nano/node/bootstrap/bootstrap_lazy.hpp | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nano/node/bootstrap/bootstrap.hpp b/nano/node/bootstrap/bootstrap.hpp index c86bbd11..ff2a80d7 100644 --- a/nano/node/bootstrap/bootstrap.hpp +++ b/nano/node/bootstrap/bootstrap.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include diff --git a/nano/node/bootstrap/bootstrap_attempt.hpp b/nano/node/bootstrap/bootstrap_attempt.hpp index 732c9e1e..eada7723 100644 --- a/nano/node/bootstrap/bootstrap_attempt.hpp +++ b/nano/node/bootstrap/bootstrap_attempt.hpp @@ -1,7 +1,6 @@ #pragma once #include -#include #include #include diff --git a/nano/node/bootstrap/bootstrap_connections.hpp b/nano/node/bootstrap/bootstrap_connections.hpp index d83f4f0f..607b0aeb 100644 --- a/nano/node/bootstrap/bootstrap_connections.hpp +++ b/nano/node/bootstrap/bootstrap_connections.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include diff --git a/nano/node/bootstrap/bootstrap_lazy.hpp b/nano/node/bootstrap/bootstrap_lazy.hpp index 614b4b56..9c59a38a 100644 --- a/nano/node/bootstrap/bootstrap_lazy.hpp +++ b/nano/node/bootstrap/bootstrap_lazy.hpp @@ -1,7 +1,6 @@ #pragma once #include -#include #include #include