diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-08-13 12:18:53 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-08-13 15:01:12 -0400 |
commit | c610cfe5c58d1f4301f5535d3e166d5d4332bc87 (patch) | |
tree | 59b2fb1c4137809ca27bf233985847fe4775a315 /src/mongo/db/commands/touch.cpp | |
parent | 2fd6a449d0e56a99125949c0a317acd0655827c4 (diff) | |
download | mongo-c610cfe5c58d1f4301f5535d3e166d5d4332bc87.tar.gz |
SERVER-14668 Move locking related files to be under mongo/db/concurrency
Also performs some cleanup of the includes around locking.
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r-- | src/mongo/db/commands/touch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |