aboutsummaryrefslogtreecommitdiff
path: root/src/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/system.h')
-rw-r--r--src/common/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/system.h b/src/common/system.h
index 83280d46ee..d9115d3b33 100644
--- a/src/common/system.h
+++ b/src/common/system.h
@@ -6,9 +6,7 @@
#ifndef BITCOIN_COMMON_SYSTEM_H
#define BITCOIN_COMMON_SYSTEM_H
-#if defined(HAVE_CONFIG_H)
-#include <config/bitcoin-config.h>
-#endif
+#include <config/bitcoin-config.h> // IWYU pragma: keep
#include <cstdint>
#include <string>