From a741f91c4c09913424751730aabccd594e94ab78 Mon Sep 17 00:00:00 2001 From: auto-revert-processor Date: Thu, 18 May 2023 01:59:49 +0000 Subject: Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2. --- src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp') diff --git a/src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp b/src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp index 7557690d993..d71b3d040d6 100644 --- a/src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp +++ b/src/mongo/db/exec/sbe/abt/sbe_abt_diff_test.cpp @@ -27,7 +27,7 @@ * it in the license file. */ -#include "mongo/db/concurrency/locker_impl.h" +#include "mongo/db/concurrency/lock_state.h" #include "mongo/db/exec/sbe/abt/sbe_abt_test_util.h" #include "mongo/unittest/temp_dir.h" -- cgit v1.2.1