From 71a8dbe5da0ec2c17c448eb3303eb30615869813 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Sat, 21 May 2022 13:54:14 -0500 Subject: 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 --- src/base58.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/base58.h') diff --git a/src/base58.h b/src/base58.h index 9ba5af73e0..d2a8d5e3bc 100644 --- a/src/base58.h +++ b/src/base58.h @@ -14,7 +14,6 @@ #ifndef BITCOIN_BASE58_H #define BITCOIN_BASE58_H -#include #include #include -- cgit v1.2.3