diff options
author | Benety Goh <benety@mongodb.com> | 2018-10-12 09:37:57 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2018-10-12 09:37:57 -0400 |
commit | 65eced031a2c8d8b1c5e5815881466b8fbb3bc01 (patch) | |
tree | 7b44213a602fb20a72e63b56c84c342f71b2da52 /src/mongo/db/dbhelpers.cpp | |
parent | ae2b60fce624cd9f4a95037316033b53846be176 (diff) | |
download | mongo-65eced031a2c8d8b1c5e5815881466b8fbb3bc01.tar.gz |
SERVER-36889 unshim MultiIndexBlock
Diffstat (limited to 'src/mongo/db/dbhelpers.cpp')
-rw-r--r-- | src/mongo/db/dbhelpers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/dbhelpers.cpp b/src/mongo/db/dbhelpers.cpp index 2c29260a9e9..676d7c104de 100644 --- a/src/mongo/db/dbhelpers.cpp +++ b/src/mongo/db/dbhelpers.cpp @@ -35,7 +35,6 @@ #include <boost/filesystem/operations.hpp> #include <fstream> -#include "mongo/db/catalog/index_create.h" #include "mongo/db/db_raii.h" #include "mongo/db/exec/working_set_common.h" #include "mongo/db/index/btree_access_method.h" |