remove deprecated <codecvt>

Bug: chromium:358567090
Change-Id: I0480e8962ee38425406ad167f43d666b57418f5b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360142
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Helmut Januschka <helmut@januschka.com>
Cr-Commit-Position: refs/heads/main@{#42827}
This commit is contained in:
Helmut Januschka 2024-08-21 22:31:52 +02:00 committed by WebRTC LUCI CQ
parent c03edf6096
commit abb638899e
3 changed files with 1 additions and 2 deletions

View File

@ -57,6 +57,7 @@ Giji Gangadharan <giji.g@samsung.com>
Graham Yoakum <gyoakum@skobalt.com> Graham Yoakum <gyoakum@skobalt.com>
Gustavo Garcia <gustavogb@gmail.com> Gustavo Garcia <gustavogb@gmail.com>
Hans Knoechel <hans@hans-knoechel.de> Hans Knoechel <hans@hans-knoechel.de>
Helmut Januschka <helmut@januschka.com>
Hugues Ekra <hekra01@gmail.com> Hugues Ekra <hekra01@gmail.com>
Jake Hilton <jakehilton@gmail.com> Jake Hilton <jakehilton@gmail.com>
James H. Brown <jbrown@burgoyne.com> James H. Brown <jbrown@burgoyne.com>

View File

@ -20,7 +20,6 @@
#include <windows.h> #include <windows.h>
#include <algorithm> #include <algorithm>
#include <codecvt>
#include <locale> #include <locale>
#include "Shlwapi.h" #include "Shlwapi.h"

View File

@ -19,7 +19,6 @@
#include <windows.h> #include <windows.h>
#include <algorithm> #include <algorithm>
#include <codecvt>
#include <locale> #include <locale>
#include "Shlwapi.h" #include "Shlwapi.h"