summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/namespacetests.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-06-27 16:59:27 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-07-11 14:11:10 -0400
commitde724781deb23468c909acc73d98961b9c8e53c5 (patch)
treedc62db20340f45bcddba3a77f0d02008a769eed6 /src/mongo/dbtests/namespacetests.cpp
parentf3ba3590ce1ca1bf8f7fbb13ad8311a52df9c176 (diff)
downloadmongo-de724781deb23468c909acc73d98961b9c8e53c5.tar.gz
SERVER-14413 box mmapv1 further, retire structure directory
Diffstat (limited to 'src/mongo/dbtests/namespacetests.cpp')
-rw-r--r--src/mongo/dbtests/namespacetests.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/mongo/dbtests/namespacetests.cpp b/src/mongo/dbtests/namespacetests.cpp
index 698678be8ec..b1cdb4f40c7 100644
--- a/src/mongo/dbtests/namespacetests.cpp
+++ b/src/mongo/dbtests/namespacetests.cpp
@@ -29,9 +29,7 @@
* then also delete it in the license file.
*/
-// Where IndexDetails defined.
-#include "mongo/pch.h"
-
+#include "mongo/db/catalog/collection.h"
#include "mongo/db/db.h"
#include "mongo/db/index/expression_keys_private.h"
#include "mongo/db/index_legacy.h"
@@ -42,12 +40,11 @@
#include "mongo/db/storage/mmap_v1/extent.h"
#include "mongo/db/storage/mmap_v1/extent_manager.h"
#include "mongo/db/storage/mmap_v1/mmap_v1_extent_manager.h"
-#include "mongo/db/structure/record_store_v1_capped.h"
-#include "mongo/db/structure/record_store_v1_simple.h"
-#include "mongo/db/structure/catalog/namespace.h"
-#include "mongo/db/structure/catalog/namespace_details.h"
-#include "mongo/db/structure/catalog/namespace_details_rsv1_metadata.h"
-#include "mongo/db/catalog/collection.h"
+#include "mongo/db/storage/mmap_v1/record_store_v1_capped.h"
+#include "mongo/db/storage/mmap_v1/record_store_v1_simple.h"
+#include "mongo/db/storage/mmap_v1/catalog/namespace.h"
+#include "mongo/db/storage/mmap_v1/catalog/namespace_details.h"
+#include "mongo/db/storage/mmap_v1/catalog/namespace_details_rsv1_metadata.h"
#include "mongo/dbtests/dbtests.h"