diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-06-26 14:02:31 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-06-27 14:16:25 -0400 |
commit | 8a6991a71d05272b6fce1b229e005d5711df9b35 (patch) | |
tree | f345edc837de1083cbc439900f1518bde6e4c197 /src/mongo/dbtests/pdfiletests.cpp | |
parent | d21efec1d8a3554792ca72a666fc61cd09f85ec9 (diff) | |
download | mongo-8a6991a71d05272b6fce1b229e005d5711df9b35.tar.gz |
SERVER-13635 extents are mmapv1 specific, move into mmapv1
Diffstat (limited to 'src/mongo/dbtests/pdfiletests.cpp')
-rw-r--r-- | src/mongo/dbtests/pdfiletests.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/dbtests/pdfiletests.cpp b/src/mongo/dbtests/pdfiletests.cpp index 55a6ee59b29..10d4e01d1fd 100644 --- a/src/mongo/dbtests/pdfiletests.cpp +++ b/src/mongo/dbtests/pdfiletests.cpp @@ -36,10 +36,10 @@ #include "mongo/db/ops/insert.h" #include "mongo/db/catalog/collection.h" #include "mongo/db/storage/mmap_v1/data_file.h" -#include "mongo/db/storage/extent.h" -#include "mongo/db/storage/extent_manager.h" -#include "mongo/db/operation_context_impl.h" +#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/operation_context_impl.h" #include "mongo/dbtests/dbtests.h" namespace PdfileTests { |