aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-19 13:45:32 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-19 17:05:35 +0200
commit5f50599ae7077ae9b9b56edb8892387b6ddc460a (patch)
tree47756acc0a8a2f61e283bb6e7b4bfe96849110f8 /src/qt/sendcoinsentry.h
parenta53e9895db7617c879858ca27e38e6aaf35f6075 (diff)
downloadbitcoin-5f50599ae7077ae9b9b56edb8892387b6ddc460a.tar.xz
refactor: Cleanup headers from walletmodel.h
Diffstat (limited to 'src/qt/sendcoinsentry.h')
-rw-r--r--src/qt/sendcoinsentry.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h
index 7b4b2120ef..aa69d30f99 100644
--- a/src/qt/sendcoinsentry.h
+++ b/src/qt/sendcoinsentry.h
@@ -6,13 +6,16 @@
#define BITCOIN_QT_SENDCOINSENTRY_H
#include <qt/sendcoinsrecipient.h>
-#include <qt/walletmodel.h>
#include <QStackedWidget>
class WalletModel;
class PlatformStyle;
+namespace interfaces {
+class Node;
+} // namespace interfaces
+
namespace Ui {
class SendCoinsEntry;
}