aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletcontroller.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/walletcontroller.h
parenta53e9895db7617c879858ca27e38e6aaf35f6075 (diff)
downloadbitcoin-5f50599ae7077ae9b9b56edb8892387b6ddc460a.tar.xz
refactor: Cleanup headers from walletmodel.h
Diffstat (limited to 'src/qt/walletcontroller.h')
-rw-r--r--src/qt/walletcontroller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h
index 2c5783c094..956245775e 100644
--- a/src/qt/walletcontroller.h
+++ b/src/qt/walletcontroller.h
@@ -6,7 +6,6 @@
#define BITCOIN_QT_WALLETCONTROLLER_H
#include <qt/sendcoinsrecipient.h>
-#include <qt/walletmodel.h>
#include <support/allocators/secure.h>
#include <sync.h>
@@ -24,10 +23,12 @@
class OptionsModel;
class PlatformStyle;
+class WalletModel;
namespace interfaces {
class Handler;
class Node;
+class Wallet;
} // namespace interfaces
class AskPassphraseDialog;