aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.h
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2022-05-21 13:54:14 -0500
committerBen Woosley <ben.woosley@gmail.com>2022-05-21 13:54:33 -0500
commit71a8dbe5da0ec2c17c448eb3303eb30615869813 (patch)
treeddbc9962f66320344ef9fa7656b4b9a7f3ae0d9e /src/psbt.h
parent640eb772e55671c5dab29843cebe42ec35cb703f (diff)
downloadbitcoin-71a8dbe5da0ec2c17c448eb3303eb30615869813.tar.xz
refactor: Remove defunct attributes.h includes
Since the removal of NODISCARD in 81d5af42f4dba5b68a597536cad7f61894dc22a3, the only attributes def is LIFETIMEBOUND, and it's included in many more places that it is used. This removes all includes which do not have an associated use of LIFETIMEBOUND, and adds it to the following files, due to their use of the same: * src/validationinterface.h * src/script/standard.h
Diffstat (limited to 'src/psbt.h')
-rw-r--r--src/psbt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psbt.h b/src/psbt.h
index 8a9cbd33d2..8fda889bb4 100644
--- a/src/psbt.h
+++ b/src/psbt.h
@@ -5,7 +5,6 @@
#ifndef BITCOIN_PSBT_H
#define BITCOIN_PSBT_H
-#include <attributes.h>
#include <node/transaction.h>
#include <policy/feerate.h>
#include <primitives/transaction.h>