aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-10-04 11:29:23 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-10-04 11:25:23 +0200
commit88887531b704f3943fdb33abbdd5378ecfeee14f (patch)
tree6cd162a6f3977cffcf65911f39b0a3fc93261dc1 /src/common
parent77774110f4dd591a71441851813d59c03c9e3c78 (diff)
downloadbitcoin-88887531b704f3943fdb33abbdd5378ecfeee14f.tar.xz
Move compat/assumptions.h include to one place that actually needs it
Also add the <IWYU pragma: keep> to avoid removing it by accident.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/system.h b/src/common/system.h
index 40206aaa01..4b6aa42150 100644
--- a/src/common/system.h
+++ b/src/common/system.h
@@ -10,7 +10,6 @@
#include <config/bitcoin-config.h>
#endif
-#include <compat/assumptions.h>
#include <compat/compat.h>
#include <set>