mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-16 00:07:24 +02:00
refactor: Drop unused includes after iwyu CI bump
Now that the C++ std-lib was bumped in the CI task in the prior commit, some unused includes can (and must) be dropped.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include <util/vector.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <compare>
|
||||
#include <concepts>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <util/check.h>
|
||||
#include <util/overflow.h>
|
||||
|
||||
#include <compare>
|
||||
#include <limits>
|
||||
#include <optional>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user