From 3ce16ad2f91d1e2edc7e7bdc5a19f72aa8c3e739 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 24 Jan 2020 17:02:41 -0500 Subject: refactor: Use psbt forward declaration Also clean up forward other forward declarations in interfaces/wallet.h with !sort Original motivation for this change was to fix a circular dependencies lint error: "interfaces/chain.h -> interfaces/wallet.h -> psbt -> node/transaction -> node/context -> interfaces/chain.h" from an earlier commit in this PR adding a "interfaces/chain.h -> interfaces/wallet.h" include. Now, the wallet include is no longer added, but it is still good to clean up the psbt include for efficiency, and to sort the forward declarations. --- src/qt/walletmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/walletmodel.cpp') diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 8a84a8c168..83796c3840 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include // for GetBoolArg #include -- cgit v1.2.3