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 1010#include < config/bitcoin-config.h>
1111#endif
1212
13- #include < compat/assumptions.h>
1413#include < compat/compat.h>
1514
1615#include < set>
Original file line number Diff line number Diff line change 77#define BITCOIN_SERIALIZE_H
88
99#include < attributes.h>
10+ #include < compat/assumptions.h> // IWYU pragma: keep
1011#include < compat/endian.h>
12+ #include < prevector.h>
13+ #include < span.h>
1114
1215#include < algorithm>
1316#include < cstdint>
1821#include < memory>
1922#include < set>
2023#include < string>
21- #include < string.h>
2224#include < utility>
2325#include < vector>
2426
25- #include < prevector.h>
26- #include < span.h>
27-
2827/* *
2928 * The maximum size of a serialized object in bytes or number of elements
3029 * (for eg vectors) when the size is encoded as CompactSize.
You can’t perform that action at this time.
0 commit comments