Running apply-iwyu on ~all files in pc/

Bug: none
Change-Id: Ieebdfb743e691f7ae35e1aa354f68ce9e771064d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/204381
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33105}
This commit is contained in:
Harald Alvestrand
2021-01-29 14:45:08 +00:00
committed by Commit Bot
parent 5e227abfe9
commit 5761e7b3ff
85 changed files with 525 additions and 63 deletions

View File

@ -13,17 +13,15 @@
#include <stddef.h>
#include <memory>
#include <string>
#include "absl/algorithm/container.h"
#include "api/scoped_refptr.h"
#include "rtc_base/checks.h"
#include "rtc_base/location.h"
#include "rtc_base/logging.h"
#include "rtc_base/numerics/safe_conversions.h"
#include "rtc_base/strings/string_format.h"
#include "rtc_base/synchronization/sequence_checker.h"
#include "rtc_base/thread.h"
#include "rtc_base/thread_checker.h"
namespace webrtc {