From 084e17cebd424b8e8ced674bc810eef4e6ee5d3b Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 31 Jul 2019 10:03:55 +0000 Subject: Remove unused includes --- src/psbt.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/psbt.cpp') diff --git a/src/psbt.cpp b/src/psbt.cpp index fe74002e8..c306079b1 100644 --- a/src/psbt.cpp +++ b/src/psbt.cpp @@ -5,7 +5,6 @@ #include #include -#include PartiallySignedTransaction::PartiallySignedTransaction(const CMutableTransaction& tx) : tx(tx) { -- cgit v1.2.3