aboutsummaryrefslogtreecommitdiff
path: root/src/bench/wallet_ismine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/wallet_ismine.cpp')
-rw-r--r--src/bench/wallet_ismine.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bench/wallet_ismine.cpp b/src/bench/wallet_ismine.cpp
index 3f922e18a5..753404b526 100644
--- a/src/bench/wallet_ismine.cpp
+++ b/src/bench/wallet_ismine.cpp
@@ -2,9 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#if defined(HAVE_CONFIG_H)
-#include <config/bitcoin-config.h>
-#endif // HAVE_CONFIG_H
+#include <config/bitcoin-config.h> // IWYU pragma: keep
#include <bench/bench.h>
#include <interfaces/chain.h>
#include <key.h>