From c610cfe5c58d1f4301f5535d3e166d5d4332bc87 Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Wed, 13 Aug 2014 12:18:53 -0400 Subject: SERVER-14668 Move locking related files to be under mongo/db/concurrency Also performs some cleanup of the includes around locking. --- src/mongo/db/commands/touch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/commands/touch.cpp') diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp index e5ca59c652a..187ba27ab04 100644 --- a/src/mongo/db/commands/touch.cpp +++ b/src/mongo/db/commands/touch.cpp @@ -43,7 +43,7 @@ #include "mongo/db/catalog/database.h" #include "mongo/db/commands.h" #include "mongo/db/curop.h" -#include "mongo/db/d_concurrency.h" +#include "mongo/db/concurrency/d_concurrency.h" #include "mongo/db/jsobj.h" #include "mongo/db/operation_context_impl.h" #include "mongo/util/timer.h" -- cgit v1.2.1