commit | 2e00abc98e599c6a4e23da0b8d64017ce2eebe7f | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Fri Oct 05 15:39:24 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 08 07:44:19 2018 +0000 |
tree | f6de64ccdbc4f49e83eaed60a2f434e84a43ecf6 | |
parent | 4dc66c53d0e76f3a34b38ee068abfa40e92be726 [diff] |
Reland "[cleanup] Remove useless includes." Reason for reland: Downstream project fixed. Original change's description: > [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} Bug: webrtc:8311 Change-Id: Id6ec4aeb798886a90ace640a190eaf16497ba31b Reviewed-on: https://webrtc-review.googlesource.com/c/104120 Commit-Queue: Yves Gerey <yvesg@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25034}
diff --git a/sdk/objc/api/peerconnection/RTCVideoSource+Private.h b/sdk/objc/api/peerconnection/RTCVideoSource+Private.h index 2441e0c..828aad8 100644 --- a/sdk/objc/api/peerconnection/RTCVideoSource+Private.h +++ b/sdk/objc/api/peerconnection/RTCVideoSource+Private.h
@@ -13,6 +13,7 @@ #import "RTCMediaSource+Private.h" #include "api/mediastreaminterface.h" +#include "rtc_base/thread.h" NS_ASSUME_NONNULL_BEGIN