File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 10
10
#include < config/bitcoin-config.h>
11
11
#endif
12
12
13
- #include < compat/assumptions.h>
14
13
#include < compat/compat.h>
15
14
16
15
#include < set>
Original file line number Diff line number Diff line change 7
7
#define BITCOIN_SERIALIZE_H
8
8
9
9
#include < attributes.h>
10
+ #include < compat/assumptions.h> // IWYU pragma: keep
10
11
#include < compat/endian.h>
12
+ #include < prevector.h>
13
+ #include < span.h>
11
14
12
15
#include < algorithm>
13
16
#include < cstdint>
18
21
#include < memory>
19
22
#include < set>
20
23
#include < string>
21
- #include < string.h>
22
24
#include < utility>
23
25
#include < vector>
24
26
25
- #include < prevector.h>
26
- #include < span.h>
27
-
28
27
/* *
29
28
* The maximum size of a serialized object in bytes or number of elements
30
29
* (for eg vectors) when the size is encoded as CompactSize.
You can’t perform that action at this time.
0 commit comments