summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-08-13 12:18:53 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2014-08-13 15:01:12 -0400
commitc610cfe5c58d1f4301f5535d3e166d5d4332bc87 (patch)
tree59b2fb1c4137809ca27bf233985847fe4775a315 /src/mongo/db/index_builder.cpp
parent2fd6a449d0e56a99125949c0a317acd0655827c4 (diff)
downloadmongo-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/index_builder.cpp')
-rw-r--r--src/mongo/db/index_builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_builder.cpp b/src/mongo/db/index_builder.cpp
index 14b153f098f..5398c5f3b5c 100644
--- a/src/mongo/db/index_builder.cpp
+++ b/src/mongo/db/index_builder.cpp
@@ -36,7 +36,7 @@
#include "mongo/db/curop.h"
#include "mongo/db/catalog/database.h"
#include "mongo/db/catalog/database_holder.h"
-#include "mongo/db/d_concurrency.h"
+#include "mongo/db/concurrency/d_concurrency.h"
#include "mongo/db/repl/rs.h"
#include "mongo/db/operation_context_impl.h"
#include "mongo/util/log.h"