summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.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/client/dbclient.cpp
parent2b9d003ef853584a85516be4d18fd01fa9a37056 (diff)
downloadmongo-82f148923f7b7d52d88b99a9153f6df8adb7ef64.tar.gz
split out NamespaceIndex into its own file and clean dependencies a bit
Diffstat (limited to 'src/mongo/client/dbclient.cpp')
-rw-r--r--src/mongo/client/dbclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient.cpp b/src/mongo/client/dbclient.cpp
index 9dd39934d9b..c56269bd6f5 100644
--- a/src/mongo/client/dbclient.cpp
+++ b/src/mongo/client/dbclient.cpp
@@ -26,7 +26,7 @@
#include "mongo/client/syncclusterconnection.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/json.h"
-#include "mongo/db/namespace-inl.h"
+#include "mongo/db/namespace.h"
#include "mongo/db/namespacestring.h"
#include "mongo/s/stale_exception.h" // for RecvStaleConfigException
#include "mongo/util/assert_util.h"