We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7777411 commit 8888753Copy full SHA for 8888753
src/common/system.h
@@ -10,7 +10,6 @@
10
#include <config/bitcoin-config.h>
11
#endif
12
13
-#include <compat/assumptions.h>
14
#include <compat/compat.h>
15
16
#include <set>
src/serialize.h
@@ -7,7 +7,10 @@
7
#define BITCOIN_SERIALIZE_H
8
9
#include <attributes.h>
+#include <compat/assumptions.h> // IWYU pragma: keep
#include <compat/endian.h>
+#include <prevector.h>
+#include <span.h>
#include <algorithm>
#include <cstdint>
@@ -18,13 +21,9 @@
18
21
#include <memory>
19
22
20
23
#include <string>
-#include <string.h>
24
#include <utility>
25
#include <vector>
26
-#include <prevector.h>
-#include <span.h>
27
-
28
/**
29
* The maximum size of a serialized object in bytes or number of elements
30
* (for eg vectors) when the size is encoded as CompactSize.
0 commit comments