summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_tests.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/dbtests/query_stage_tests.cpp
parent2ce9e49b26cc97dc0ea978d7e12effbc5a20a097 (diff)
downloadmongo-96afe1fc3fff700046344f9cc59004151fb02bc1.tar.gz
re-org structure and catalog directories
Diffstat (limited to 'src/mongo/dbtests/query_stage_tests.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/dbtests/query_stage_tests.cpp b/src/mongo/dbtests/query_stage_tests.cpp
index 6352474e3e7..79e7d733284 100644
--- a/src/mongo/dbtests/query_stage_tests.cpp
+++ b/src/mongo/dbtests/query_stage_tests.cpp
@@ -27,14 +27,14 @@
*/
#include "mongo/client/dbclientcursor.h"
-#include "mongo/db/database.h"
+#include "mongo/db/catalog/database.h"
#include "mongo/db/exec/index_scan.h"
#include "mongo/db/exec/plan_stage.h"
#include "mongo/db/instance.h"
#include "mongo/db/json.h"
#include "mongo/db/matcher/expression_parser.h"
#include "mongo/db/query/plan_executor.h"
-#include "mongo/db/structure/collection.h"
+#include "mongo/db/catalog/collection.h"
#include "mongo/dbtests/dbtests.h"
/**