diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-19 13:45:32 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-19 17:05:35 +0200 |
commit | 5f50599ae7077ae9b9b56edb8892387b6ddc460a (patch) | |
tree | 47756acc0a8a2f61e283bb6e7b4bfe96849110f8 /src/qt/sendcoinsentry.h | |
parent | a53e9895db7617c879858ca27e38e6aaf35f6075 (diff) |
refactor: Cleanup headers from walletmodel.h
Diffstat (limited to 'src/qt/sendcoinsentry.h')
-rw-r--r-- | src/qt/sendcoinsentry.h | 5 |
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; } |