diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-19 11:56:42 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-19 17:05:35 +0200 |
commit | 49c4211c0435e3b27c8107a332de22e9cad84390 (patch) | |
tree | 23655f59b458c3b5e1e7bd44d9fb80008ea8bfb9 /src | |
parent | 567cb44eb95785c8df93a3844207d17f4c390372 (diff) |
refactor: Nuke walletmodeltransaction circular dep
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/walletmodeltransaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodeltransaction.h b/src/qt/walletmodeltransaction.h index 73c639d27c..9e5d285e8c 100644 --- a/src/qt/walletmodeltransaction.h +++ b/src/qt/walletmodeltransaction.h @@ -5,8 +5,8 @@ #ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H #define BITCOIN_QT_WALLETMODELTRANSACTION_H +#include <primitives/transaction.h> #include <qt/sendcoinsrecipient.h> -#include <qt/walletmodel.h> #include <amount.h> |