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:
parent
cba3d274da
commit
fb65b10fa1
@ -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.
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user