summaryrefslogtreecommitdiff
path: root/src/mongo/db/index.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-07-08 10:17:23 -0400
committerEliot Horowitz <eliot@10gen.com>2013-07-08 18:11:04 -0400
commitb57980929a4a35b1cb2d03f780f0c8fb8b1bc3b5 (patch)
treee3352d1b6b0156b04b5aaffb476ba389e70ff8b5 /src/mongo/db/index.h
parent37697bdb58f91be434416c3b73b66ced4cb0efa0 (diff)
downloadmongo-b57980929a4a35b1cb2d03f780f0c8fb8b1bc3b5.tar.gz
Namespace is only for storage, making it clearer
Diffstat (limited to 'src/mongo/db/index.h')
-rw-r--r--src/mongo/db/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index.h b/src/mongo/db/index.h
index 75009743f43..a379cd74eb1 100644
--- a/src/mongo/db/index.h
+++ b/src/mongo/db/index.h
@@ -25,7 +25,7 @@
#include "mongo/db/diskloc.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/key.h"
-#include "mongo/db/namespace.h"
+#include "mongo/db/storage/namespace.h"
namespace mongo {