summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_admin.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-07-05 16:16:41 -0400
committerEliot Horowitz <eliot@10gen.com>2013-07-07 23:04:28 -0400
commit82f148923f7b7d52d88b99a9153f6df8adb7ef64 (patch)
treed9127d10d801a5da315104e672a7090703a6f617 /src/mongo/db/dbcommands_admin.cpp
parent2b9d003ef853584a85516be4d18fd01fa9a37056 (diff)
downloadmongo-82f148923f7b7d52d88b99a9153f6df8adb7ef64.tar.gz
split out NamespaceIndex into its own file and clean dependencies a bit
Diffstat (limited to 'src/mongo/db/dbcommands_admin.cpp')
-rw-r--r--src/mongo/db/dbcommands_admin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/dbcommands_admin.cpp b/src/mongo/db/dbcommands_admin.cpp
index 3215ba042f7..d2d68df8011 100644
--- a/src/mongo/db/dbcommands_admin.cpp
+++ b/src/mongo/db/dbcommands_admin.cpp
@@ -43,7 +43,6 @@
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/kill_current_op.h"
-#include "mongo/db/namespace-inl.h"
#include "mongo/db/pdfile.h"
#include "mongo/scripting/engine.h"
#include "mongo/util/alignedbuilder.h"