From 74cb40385caadff986539d3b274b60e74772eda1 Mon Sep 17 00:00:00 2001 From: Gabriel Russell Date: Fri, 28 Feb 2020 15:46:04 -0500 Subject: SERVER-45567 removing util/log.h where I can --- src/mongo/db/repl/oplog_applier_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/repl/oplog_applier_impl.cpp') diff --git a/src/mongo/db/repl/oplog_applier_impl.cpp b/src/mongo/db/repl/oplog_applier_impl.cpp index 35557b1309d..bda68314dfc 100644 --- a/src/mongo/db/repl/oplog_applier_impl.cpp +++ b/src/mongo/db/repl/oplog_applier_impl.cpp @@ -49,7 +49,6 @@ #include "mongo/logv2/log.h" #include "mongo/platform/basic.h" #include "mongo/util/fail_point.h" -#include "mongo/util/log.h" #include "mongo/util/log_with_sampling.h" #include "third_party/murmurhash3/MurmurHash3.h" -- cgit v1.2.1