summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2020-02-28 15:46:04 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-28 23:25:35 +0000
commit74cb40385caadff986539d3b274b60e74772eda1 (patch)
tree01c9db53fae553d49be8cd614a87fe6b95d85449 /src/mongo/db/matcher
parentf9c85d489e1d0dd7e9458d67af3a7675c0f2200c (diff)
downloadmongo-74cb40385caadff986539d3b274b60e74772eda1.tar.gz
SERVER-45567 removing util/log.h where I can
Diffstat (limited to 'src/mongo/db/matcher')
-rw-r--r--src/mongo/db/matcher/schema/json_schema_parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/schema/json_schema_parser.cpp b/src/mongo/db/matcher/schema/json_schema_parser.cpp
index b1bf59f0334..4cdc0ba0502 100644
--- a/src/mongo/db/matcher/schema/json_schema_parser.cpp
+++ b/src/mongo/db/matcher/schema/json_schema_parser.cpp
@@ -61,7 +61,6 @@
#include "mongo/db/matcher/schema/json_pointer.h"
#include "mongo/logger/log_component_settings.h"
#include "mongo/logv2/log.h"
-#include "mongo/util/log.h"
#include "mongo/util/string_map.h"
namespace mongo {