serialize: Add missing <span> header

Including the missing `<span>` header in `serialize.h` allows IWYU to
correctly evaluate its redundancy elsewhere.
This commit is contained in:
Hennadii Stepanov
2026-03-10 18:03:34 +00:00
parent c53021b0ec
commit 6d2952c3c3
10 changed files with 1 additions and 9 deletions

View File

@@ -35,7 +35,6 @@
#include <cstdint>
#include <memory>
#include <optional>
#include <span>
#include <stdexcept>
#include <string>
#include <thread>

View File

@@ -28,7 +28,6 @@
#include <exception>
#include <map>
#include <optional>
#include <span>
#include <stdexcept>
#include <string>
#include <tuple>

View File

@@ -30,7 +30,6 @@
#include <compare>
#include <limits>
#include <span>
#include <string>
#include <utility>
#include <vector>

View File

@@ -24,7 +24,6 @@
#include <cstdint>
#include <cstdio>
#include <exception>
#include <span>
#include <string>
#include <utility>
#include <vector>

View File

@@ -26,7 +26,6 @@
#include <cstdio>
#include <exception>
#include <ios>
#include <span>
#include <string>
#include <utility>
#include <vector>

View File

@@ -22,7 +22,6 @@
#include <map>
#include <memory>
#include <span>
#include <utility>
#include <version>

View File

@@ -15,7 +15,6 @@
#include <cassert>
#include <cstdio>
#include <optional>
#include <span>
#include <string>
namespace node {

View File

@@ -9,7 +9,6 @@
#include <tinyformat.h>
#include <memory>
#include <span>
#include <sstream>
uint256 CBlockHeader::GetHash() const

View File

@@ -22,6 +22,7 @@
#include <map>
#include <memory>
#include <set>
#include <span>
#include <string>
#include <utility>
#include <vector>

View File

@@ -24,7 +24,6 @@
#include <cstring>
#include <map>
#include <optional>
#include <span>
#include <string>
#include <utility>
#include <vector>