refactor: Remove defunct attributes.h includes

Since the removal of NODISCARD in 81d5af42f4,
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
This commit is contained in:
Ben Woosley
2022-05-21 13:54:14 -05:00
parent 640eb772e5
commit 71a8dbe5da
16 changed files with 2 additions and 14 deletions

View File

@ -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>