summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-04-29 15:17:59 -0400
committerEliot Horowitz <eliot@10gen.com>2013-04-29 15:18:25 -0400
commitb4ee2f8e1691d54391362513598d02fcf1f7aa82 (patch)
treef75ed23757f38e68df82c6fcbc8e60e6699accb9 /src
parentbc99c890539b16a7f2d783d40d74bc64e756295d (diff)
downloadmongo-b4ee2f8e1691d54391362513598d02fcf1f7aa82.tar.gz
SERVER-6400 - fix compile with optimizer onf
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/matcher/expression_parser_tree_test.cpp4
-rw-r--r--src/mongo/db/matcher/expression_test.cpp4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/mongo/db/matcher/expression_parser_tree_test.cpp b/src/mongo/db/matcher/expression_parser_tree_test.cpp
index 3598cccd080..57594d8bf53 100644
--- a/src/mongo/db/matcher/expression_parser_tree_test.cpp
+++ b/src/mongo/db/matcher/expression_parser_tree_test.cpp
@@ -20,9 +20,7 @@
#include "mongo/db/matcher/expression_parser.h"
-#include "mongo/bson/bsonobj.h"
-#include "mongo/bson/bsonobjbuilder.h"
-#include "mongo/bson/bsonmisc.h"
+#include "mongo/db/jsobj.h"
#include "mongo/db/json.h"
#include "mongo/db/matcher/expression.h"
#include "mongo/db/matcher/expression_leaf.h"
diff --git a/src/mongo/db/matcher/expression_test.cpp b/src/mongo/db/matcher/expression_test.cpp
index f9df13c253f..30dae318e89 100644
--- a/src/mongo/db/matcher/expression_test.cpp
+++ b/src/mongo/db/matcher/expression_test.cpp
@@ -20,9 +20,7 @@
#include "mongo/unittest/unittest.h"
-#include "mongo/bson/bsonobj.h"
-#include "mongo/bson/bsonobjbuilder.h"
-#include "mongo/bson/bsonmisc.h"
+#include "mongo/db/jsobj.h"
#include "mongo/db/json.h"
#include "mongo/db/matcher/expression.h"
#include "mongo/db/matcher/expression_leaf.h"