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
No known key found for this signature in database
GPG key ID: 4D8CA4BA18040906
16 changed files with 2 additions and 14 deletions

View file

@ -86,7 +86,6 @@
#include <vector>
#ifndef WIN32
#include <attributes.h>
#include <cerrno>
#include <signal.h>
#include <sys/stat.h>