aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-10-29 10:49:48 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-10-29 11:30:12 +0200
commitf44abe4bed25a40145ab168adc1589f5df4146f3 (patch)
treeaa977707d7b86d74866e0bc1de2d4ecb79c514b5 /src/qt/bantablemodel.cpp
parent4c1090c882ea15ba4d10a2f7f320f3c0eb490ebd (diff)
downloadbitcoin-f44abe4bed25a40145ab168adc1589f5df4146f3.tar.xz
refactor: Remove addrdb.h dependency from node.h
Diffstat (limited to 'src/qt/bantablemodel.cpp')
-rw-r--r--src/qt/bantablemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bantablemodel.cpp b/src/qt/bantablemodel.cpp
index ae11b80347..48201b420e 100644
--- a/src/qt/bantablemodel.cpp
+++ b/src/qt/bantablemodel.cpp
@@ -4,9 +4,9 @@
#include <qt/bantablemodel.h>
-#include <qt/clientmodel.h>
-
#include <interfaces/node.h>
+#include <net_types.h> // For banmap_t
+#include <qt/clientmodel.h>
#include <algorithm>