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.
This commit is contained in:
fanquake
2022-09-14 09:09:02 +01:00
parent 13fd9ee5c2
commit f839697d9b
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@
#include <key_io.h>
#include <fs.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/sign.h>