summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-05-19 23:57:19 -0400
committerEliot Horowitz <eliot@10gen.com>2014-05-19 23:57:19 -0400
commit7b21a4cc18e7bf6c5da8c7d0af059dbea3418285 (patch)
tree615a5b80bab2eb658621f7430c271bc2b62a6c58 /src
parent0dbe8f47a848e0a068eb3e85759c70ed4b647f29 (diff)
downloadmongo-7b21a4cc18e7bf6c5da8c7d0af059dbea3418285.tar.gz
SERVER-13637: remove some header files leaking
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/catalog/collection.cpp7
-rw-r--r--src/mongo/db/structure/catalog/namespace_details.h2
2 files changed, 1 insertions, 8 deletions
diff --git a/src/mongo/db/catalog/collection.cpp b/src/mongo/db/catalog/collection.cpp
index 861a3bbb02f..2708ff9e074 100644
--- a/src/mongo/db/catalog/collection.cpp
+++ b/src/mongo/db/catalog/collection.cpp
@@ -38,17 +38,10 @@
#include "mongo/db/catalog/collection_catalog_entry.h"
#include "mongo/db/catalog/database.h"
#include "mongo/db/catalog/index_create.h"
-#include "mongo/db/dbhelpers.h"
#include "mongo/db/index/index_access_method.h"
-#include "mongo/db/ops/update.h"
#include "mongo/db/operation_context.h"
-#include "mongo/db/structure/catalog/namespace_details.h"
-#include "mongo/db/structure/catalog/namespace_details_rsv1_metadata.h"
#include "mongo/db/structure/record_store_v1_capped.h"
#include "mongo/db/repl/rs.h"
-#include "mongo/db/storage/extent.h"
-#include "mongo/db/storage/extent_manager.h"
-#include "mongo/db/storage/record.h"
#include "mongo/db/auth/user_document_parser.h" // XXX-ANDY
diff --git a/src/mongo/db/structure/catalog/namespace_details.h b/src/mongo/db/structure/catalog/namespace_details.h
index 3d8411fa8d9..020e9154621 100644
--- a/src/mongo/db/structure/catalog/namespace_details.h
+++ b/src/mongo/db/structure/catalog/namespace_details.h
@@ -229,7 +229,7 @@ namespace mongo {
BOOST_STATIC_ASSERT( NIndexesMax <= 64 ); // multiKey bits
BOOST_STATIC_ASSERT( sizeof(NamespaceDetails::Extra) == 496 );
}; // NamespaceDetails
- BOOST_STATIC_ASSERT( sizeof(NamespaceDetails) == 496 ); // XXX
+ BOOST_STATIC_ASSERT( sizeof(NamespaceDetails) == 496 );
#pragma pack()
} // namespace mongo