diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-04-29 15:17:59 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-04-29 15:18:25 -0400 |
commit | b4ee2f8e1691d54391362513598d02fcf1f7aa82 (patch) | |
tree | f75ed23757f38e68df82c6fcbc8e60e6699accb9 /src | |
parent | bc99c890539b16a7f2d783d40d74bc64e756295d (diff) | |
download | mongo-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.cpp | 4 | ||||
-rw-r--r-- | src/mongo/db/matcher/expression_test.cpp | 4 |
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" |