From f839697d9b89002d020997154e182ddb4dccf45b Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 14 Sep 2022 09:09:02 +0100 Subject: build: remove BOOST_CPPFLAGS usage from bitcoin-tx The only reason BOOST_CPPFLAGS is needed here, is because of the policy/rbf.h include, which ultimately includes boost multi_index via txmempool.h. However this include is actually unused. --- src/bitcoin-tx.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bitcoin-tx.cpp') diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index c2bb89b8cf..d49dc72abf 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -15,7 +15,6 @@ #include #include #include -#include #include #include