diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-04-21 09:28:25 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-04-21 17:49:12 -0400 |
commit | eb4f0532950dece3e06dcb2b45533ecba1733a64 (patch) | |
tree | d2ca98539cd905442d6cbc09dd126004a8adbd5b /src/mongo/db/index_legacy.cpp | |
parent | 7acafe85d9bdd63122c19ba1cca86a7f55174941 (diff) | |
download | mongo-eb4f0532950dece3e06dcb2b45533ecba1733a64.tar.gz |
SERVER-13638: remove unneeded NamespaceDetails includes
Diffstat (limited to 'src/mongo/db/index_legacy.cpp')
-rw-r--r-- | src/mongo/db/index_legacy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index_legacy.cpp b/src/mongo/db/index_legacy.cpp index 0973132f61d..a69057b195f 100644 --- a/src/mongo/db/index_legacy.cpp +++ b/src/mongo/db/index_legacy.cpp @@ -34,7 +34,6 @@ #include "mongo/db/index/s2_access_method.h" #include "mongo/db/index_names.h" #include "mongo/db/jsobj.h" -#include "mongo/db/structure/catalog/namespace_details.h" namespace mongo { |