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/receiverequestdialog.h | |
parent | a53e9895db7617c879858ca27e38e6aaf35f6075 (diff) |
refactor: Cleanup headers from walletmodel.h
Diffstat (limited to 'src/qt/receiverequestdialog.h')
-rw-r--r-- | src/qt/receiverequestdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/receiverequestdialog.h b/src/qt/receiverequestdialog.h index ece1e2e9de..1bb43ce6d1 100644 --- a/src/qt/receiverequestdialog.h +++ b/src/qt/receiverequestdialog.h @@ -6,10 +6,11 @@ #define BITCOIN_QT_RECEIVEREQUESTDIALOG_H #include <qt/sendcoinsrecipient.h> -#include <qt/walletmodel.h> #include <QDialog> +class WalletModel; + namespace Ui { class ReceiveRequestDialog; } |