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

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