summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_legacy.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
commitea103d7bce187a9d48bc286ac574c239260fdde8 (patch)
tree2e4908bccd38eebb2301af2bbbf4f4b438add850 /src/mongo/db/index_legacy.cpp
parent288056872d40a1b40194937603f4456458586f22 (diff)
downloadmongo-ea103d7bce187a9d48bc286ac574c239260fdde8.tar.gz
re-org structure and catalog directories part 2
Diffstat (limited to 'src/mongo/db/index_legacy.cpp')
-rw-r--r--src/mongo/db/index_legacy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index_legacy.cpp b/src/mongo/db/index_legacy.cpp
index 681844a6128..eb65e5861a2 100644
--- a/src/mongo/db/index_legacy.cpp
+++ b/src/mongo/db/index_legacy.cpp
@@ -33,7 +33,7 @@
#include "mongo/db/index_names.h"
#include "mongo/db/index/hash_access_method.h"
#include "mongo/db/jsobj.h"
-#include "mongo/db/namespace_details.h"
+#include "mongo/db/structure/catalog/namespace_details.h"
namespace mongo {