From c4e80ad3bbc5f02f1e46798a1111d3ddba560b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 13 Sep 2019 15:53:46 +0200 Subject: [PATCH] Delete forward declarations from peer_connection_interface.h Bug: None Change-Id: I011b5c8ae81055ae5b4941438af226665dcbd075 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152825 Reviewed-by: Karl Wiberg Reviewed-by: Mirko Bonadei Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#29191} --- api/peer_connection_interface.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index 835e9aef37..4c6f6a12ec 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -81,6 +81,7 @@ #include "api/call/call_factory_interface.h" #include "api/crypto/crypto_options.h" #include "api/data_channel_interface.h" +#include "api/dtls_transport_interface.h" #include "api/fec_controller.h" #include "api/jsep.h" #include "api/media_stream_interface.h" @@ -92,6 +93,7 @@ #include "api/rtp_receiver_interface.h" #include "api/rtp_sender_interface.h" #include "api/rtp_transceiver_interface.h" +#include "api/sctp_transport_interface.h" #include "api/set_remote_description_observer_interface.h" #include "api/stats/rtc_stats_collector_callback.h" #include "api/stats_types.h" @@ -115,18 +117,10 @@ #include "rtc_base/system/rtc_export.h" namespace rtc { -class SSLIdentity; class Thread; } // namespace rtc namespace webrtc { -class AudioDeviceModule; -class AudioMixer; -class AudioProcessing; -class DtlsTransportInterface; -class SctpTransportInterface; -class VideoDecoderFactory; -class VideoEncoderFactory; // MediaStream container interface. class StreamCollectionInterface : public rtc::RefCountInterface {