Fix addrdb includes

This commit is contained in:
MarcoFalke 2021-08-20 12:33:24 +02:00
parent fa3f5d0dae
commit fa7f77b7d1
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
5 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@
#include <net.h>
#include <addrdb.h>
#include <banman.h>
#include <clientversion.h>
#include <compat.h>

View File

@ -6,7 +6,6 @@
#ifndef BITCOIN_NET_H
#define BITCOIN_NET_H
#include <addrdb.h>
#include <addrman.h>
#include <amount.h>
#include <bloom.h>

View File

@ -5,6 +5,7 @@
#ifndef BITCOIN_QT_BANTABLEMODEL_H
#define BITCOIN_QT_BANTABLEMODEL_H
#include <addrdb.h>
#include <net.h>
#include <memory>

View File

@ -2,6 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <addrdb.h>
#include <addrman.h>
#include <net.h>
#include <test/fuzz/FuzzedDataProvider.h>

View File

@ -23,6 +23,7 @@
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <uint256.h>
#include <univalue.h>
#include <util/check.h>
#include <util/moneystr.h>
#include <util/strencodings.h>