File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#include < attributes.h>
12
12
#include < script/script.h>
13
+ #include < span.h>
13
14
14
15
#include < string>
15
16
#include < optional>
16
17
#include < utility>
17
18
#include < vector>
18
19
19
20
class CPubKey ;
20
- template <typename C> class Span ;
21
21
22
22
enum class TxoutType {
23
23
NONSTANDARD,
Original file line number Diff line number Diff line change 12
12
#include < netaddress.h>
13
13
#include < node/connection_types.h>
14
14
#include < node/eviction.h>
15
+ #include < span.h>
15
16
#include < sync.h>
16
17
#include < util/sock.h>
17
18
28
29
29
30
class FastRandomContext ;
30
31
31
- template <typename C>
32
- class Span ;
33
-
34
32
struct ConnmanTestMsg : public CConnman {
35
33
using CConnman::CConnman;
36
34
Original file line number Diff line number Diff line change 8
8
#include < crypto/common.h>
9
9
#include < crypto/siphash.h>
10
10
#include < primitives/transaction.h>
11
+ #include < span.h>
11
12
#include < uint256.h>
12
13
13
14
#include < cstdint>
14
15
#include < cstring>
15
16
16
- template <typename C> class Span ;
17
-
18
17
class SaltedTxidHasher
19
18
{
20
19
private:
You can’t perform that action at this time.
0 commit comments