aboutsummaryrefslogtreecommitdiff
path: root/src/validationinterface.cpp
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/validationinterface.cpp
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/validationinterface.cpp')
-rw-r--r--src/validationinterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/validationinterface.cpp b/src/validationinterface.cpp
index fffab39cc1..613c5b65ef 100644
--- a/src/validationinterface.cpp
+++ b/src/validationinterface.cpp
@@ -5,6 +5,7 @@
#include <validationinterface.h>
+#include <attributes.h>
#include <chain.h>
#include <consensus/validation.h>
#include <logging.h>