From 0f7625b5cdbc24ed0fce1e168059118cb025d869 Mon Sep 17 00:00:00 2001 From: Gabriel Russell Date: Thu, 20 Feb 2020 16:05:48 -0500 Subject: SERVER-45567 removing util/log.h where I can o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp --- src/mongo/db/s/split_chunk_command.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/db/s/split_chunk_command.cpp') diff --git a/src/mongo/db/s/split_chunk_command.cpp b/src/mongo/db/s/split_chunk_command.cpp index 2bc27bb5fb8..8b509c00f8b 100644 --- a/src/mongo/db/s/split_chunk_command.cpp +++ b/src/mongo/db/s/split_chunk_command.cpp @@ -44,7 +44,6 @@ #include "mongo/db/s/split_chunk.h" #include "mongo/logv2/log.h" #include "mongo/s/catalog/type_chunk.h" -#include "mongo/util/log.h" #include "mongo/util/str.h" namespace mongo { -- cgit v1.2.1