Replace addrman.h include with forward decl in net.h

Also, add missing addrman.h includes
This commit is contained in:
MarcoFalke
2021-11-30 14:49:43 +01:00
parent ffdf8ee43e
commit fa815f8473
4 changed files with 6 additions and 3 deletions

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 <addrman.h>
#include <chainparams.h>
#include <chainparamsbase.h>
#include <net.h>