From 1041dd848e25e879260d1015d8da4f72ee7993fe Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Mon, 8 Apr 2019 16:27:50 -0400 Subject: SERVER-40476 remove mongoutils::str Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. --- src/mongo/db/pipeline/field_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/pipeline/field_path.cpp') diff --git a/src/mongo/db/pipeline/field_path.cpp b/src/mongo/db/pipeline/field_path.cpp index dab64594e71..bb26fc478ca 100644 --- a/src/mongo/db/pipeline/field_path.cpp +++ b/src/mongo/db/pipeline/field_path.cpp @@ -33,7 +33,7 @@ #include "mongo/base/string_data.h" #include "mongo/bson/bson_depth.h" -#include "mongo/util/mongoutils/str.h" +#include "mongo/util/str.h" namespace mongo { -- cgit v1.2.1