Delete unneeded includes of string_utils.h
Bug: None Change-Id: I3618903ebd6d6888c2a9548dc97761d0d2e74d0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140040 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28207}
This commit is contained in:
@ -11,7 +11,6 @@
|
|||||||
#include "api/media_transport_config.h"
|
#include "api/media_transport_config.h"
|
||||||
|
|
||||||
#include "rtc_base/checks.h"
|
#include "rtc_base/checks.h"
|
||||||
#include "rtc_base/string_utils.h"
|
|
||||||
#include "rtc_base/strings/string_builder.h"
|
#include "rtc_base/strings/string_builder.h"
|
||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
#include "absl/strings/string_view.h"
|
#include "absl/strings/string_view.h"
|
||||||
#include "api/array_view.h"
|
#include "api/array_view.h"
|
||||||
#include "rtc_base/string_encode.h"
|
#include "rtc_base/string_encode.h"
|
||||||
// TODO(nisse): Delete, as as soon as downstream applications are updated to not
|
|
||||||
// rely in this indirect include.
|
|
||||||
#include "rtc_base/string_utils.h"
|
|
||||||
|
|
||||||
namespace rtc {
|
namespace rtc {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user