summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-14 18:31:19 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-14 19:32:28 -0500
commit96afe1fc3fff700046344f9cc59004151fb02bc1 (patch)
treedddbd5f1503179b5ede2c969cc252bc2c21b426d /src/mongo/db/commands/validate.cpp
parent2ce9e49b26cc97dc0ea978d7e12effbc5a20a097 (diff)
downloadmongo-96afe1fc3fff700046344f9cc59004151fb02bc1.tar.gz
re-org structure and catalog directories
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 9a5bc6460af..a70970ed367 100644
--- a/src/mongo/db/commands/validate.cpp
+++ b/src/mongo/db/commands/validate.cpp
@@ -35,7 +35,7 @@
#include "mongo/db/query/internal_plans.h"
#include "mongo/db/query/runner.h"
#include "mongo/db/storage/extent.h"
-#include "mongo/db/structure/collection.h"
+#include "mongo/db/catalog/collection.h"
namespace mongo {