diff options
author | Benety Goh <benety@mongodb.com> | 2018-12-27 17:35:22 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2018-12-27 17:35:22 -0500 |
commit | ff6163de0fa1d2758c1a182d4e5a10aa7ed50fa3 (patch) | |
tree | 47bf8b2c0f7f624441eb9603035d4bf4189d4e49 /src/mongo/dbtests/validate_tests.cpp | |
parent | c6cfa0ce672fc10ac571b40f74502dcab2d0138e (diff) | |
download | mongo-ff6163de0fa1d2758c1a182d4e5a10aa7ed50fa3.tar.gz |
SERVER-37643 remove unused multi_index_block.h includes
Diffstat (limited to 'src/mongo/dbtests/validate_tests.cpp')
-rw-r--r-- | src/mongo/dbtests/validate_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/validate_tests.cpp b/src/mongo/dbtests/validate_tests.cpp index 9fb24a6e07e..1c713d607af 100644 --- a/src/mongo/dbtests/validate_tests.cpp +++ b/src/mongo/dbtests/validate_tests.cpp @@ -34,10 +34,10 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/catalog/index_catalog.h" -#include "mongo/db/catalog/multi_index_block.h" #include "mongo/db/client.h" #include "mongo/db/db_raii.h" #include "mongo/db/dbdirectclient.h" +#include "mongo/db/index/index_access_method.h" #include "mongo/db/index/index_descriptor.h" #include "mongo/db/service_context.h" #include "mongo/dbtests/dbtests.h" |