summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-15 09:19:00 -0500
commitea103d7bce187a9d48bc286ac574c239260fdde8 (patch)
tree2e4908bccd38eebb2301af2bbbf4f4b438add850 /src/mongo/db/commands/validate.cpp
parent288056872d40a1b40194937603f4456458586f22 (diff)
downloadmongo-ea103d7bce187a9d48bc286ac574c239260fdde8.tar.gz
re-org structure and catalog directories part 2
Diffstat (limited to 'src/mongo/db/commands/validate.cpp')
-rw-r--r--src/mongo/db/commands/validate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/validate.cpp b/src/mongo/db/commands/validate.cpp
index a70970ed367..f4c71e71493 100644
--- a/src/mongo/db/commands/validate.cpp
+++ b/src/mongo/db/commands/validate.cpp
@@ -30,7 +30,7 @@
#include "mongo/db/commands.h"
#include "mongo/db/kill_current_op.h"
-#include "mongo/db/namespace_details.h"
+#include "mongo/db/structure/catalog/namespace_details.h"
#include "mongo/db/pdfile.h"
#include "mongo/db/query/internal_plans.h"
#include "mongo/db/query/runner.h"