Removing forward declarations that are never referenced.

Bug: None
Change-Id: I0f472f55671e92d824c672f3c3b1bc083b8440fc
Reviewed-on: https://webrtc-review.googlesource.com/22004
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20631}
This commit is contained in:
Mirko Bonadei 2017-11-10 13:13:26 +01:00 committed by Commit Bot
parent cba3d274da
commit fb65b10fa1
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@
namespace webrtc { namespace webrtc {
class Clock;
class RtcEventLog; class RtcEventLog;
// Statistics related to Audio Network Adaptation. // Statistics related to Audio Network Adaptation.

View File

@ -65,8 +65,6 @@ class WebRtcVideoChannelSendInfo;
class WebRtcVoiceEngine; class WebRtcVoiceEngine;
class WebRtcVoiceMediaChannel; class WebRtcVoiceMediaChannel;
struct Device;
class UnsignalledSsrcHandler { class UnsignalledSsrcHandler {
public: public:
enum Action { enum Action {