From 282019cd3ddb060db350654e6f855f7ea37e0d34 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 15 Sep 2022 10:45:07 +0100 Subject: refactor: add kernel/cs_main.* Co-authored-by: Anthony Towns --- src/validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/validation.h') diff --git a/src/validation.h b/src/validation.h index 63ff9247be..2f33dc58dd 100644 --- a/src/validation.h +++ b/src/validation.h @@ -18,6 +18,7 @@ #include #include #include +#include // IWYU pragma: export #include #include #include @@ -86,7 +87,6 @@ enum class SynchronizationState { POST_INIT }; -extern RecursiveMutex cs_main; extern GlobalMutex g_best_block_mutex; extern std::condition_variable g_best_block_cv; /** Used to notify getblocktemplate RPC of new tips. */ -- cgit v1.2.3