[cleanup] Remove useless includes.

Manual cleanup guided by include-what-you-use diagnostic.

Bug: webrtc:8311
Change-Id: I00be03392cc7ee005101427ea7dc701621ccea68
Reviewed-on: https://webrtc-review.googlesource.com/c/103320
Commit-Queue: Yves Gerey <yvesg@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25013}
This commit is contained in:
Yves Gerey
2018-10-05 12:37:29 +02:00
committed by Commit Bot
parent a1134509c9
commit be8b5348c7
105 changed files with 149 additions and 169 deletions

View File

@ -13,6 +13,7 @@
#import "RTCMediaSource+Private.h"
#include "api/mediastreaminterface.h"
#include "rtc_base/thread.h"
NS_ASSUME_NONNULL_BEGIN

View File

@ -15,6 +15,7 @@
#include "api/mediastreaminterface.h"
#include "rtc_base/scoped_ref_ptr.h"
#include "rtc_base/thread.h"
namespace webrtc {