refactor: Replace fwd-decl with proper include

This is fine, because the span.h include is lightweight and a proper
include will be needed anyway when switching to std::span.
This commit is contained in:
MarcoFalke
2024-12-17 21:34:22 +01:00
parent fac3a782ea
commit facc4f120b
3 changed files with 3 additions and 6 deletions

View File

@@ -8,13 +8,12 @@
#include <crypto/common.h>
#include <crypto/siphash.h>
#include <primitives/transaction.h>
#include <span.h>
#include <uint256.h>
#include <cstdint>
#include <cstring>
template <typename C> class Span;
class SaltedTxidHasher
{
private: