This is a non-functional change to remove unnecessary header #includes of bootstrap_bulk_pull.hpp (#2926)

This commit is contained in:
clemahieu 2020-09-11 13:55:07 +02:00 committed by GitHub
commit b55396fae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,5 @@
#pragma once
#include <nano/node/bootstrap/bootstrap_bulk_pull.hpp>
#include <nano/node/bootstrap/bootstrap_connections.hpp>
#include <nano/node/common.hpp>

View file

@ -1,7 +1,6 @@
#pragma once
#include <nano/node/bootstrap/bootstrap.hpp>
#include <nano/node/bootstrap/bootstrap_bulk_pull.hpp>
#include <atomic>
#include <future>

View file

@ -1,5 +1,6 @@
#pragma once
#include <nano/node/bootstrap/bootstrap_bulk_pull.hpp>
#include <nano/node/common.hpp>
#include <nano/node/socket.hpp>

View file

@ -1,7 +1,6 @@
#pragma once
#include <nano/node/bootstrap/bootstrap_attempt.hpp>
#include <nano/node/bootstrap/bootstrap_bulk_pull.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>