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

@@ -12,6 +12,7 @@
#include <netaddress.h>
#include <node/connection_types.h>
#include <node/eviction.h>
#include <span.h>
#include <sync.h>
#include <util/sock.h>
@@ -28,9 +29,6 @@
class FastRandomContext;
template <typename C>
class Span;
struct ConnmanTestMsg : public CConnman {
using CConnman::CConnman;