From 280632b44045bae05587d775636e94dea75fdfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 16 Aug 2018 13:03:22 +0200 Subject: [PATCH] Delete unneeded forward declares of RtpReceiver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:7135 Change-Id: I1ca8537248ed5c87f8913263c680e0a5a5544130 Reviewed-on: https://webrtc-review.googlesource.com/94506 Reviewed-by: Danil Chapovalov Reviewed-by: Erik Språng Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#24353} --- modules/rtp_rtcp/include/rtp_rtcp.h | 1 - video/rtp_video_stream_receiver.h | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/rtp_rtcp/include/rtp_rtcp.h b/modules/rtp_rtcp/include/rtp_rtcp.h index 94237e0acf..f982a9bf0e 100644 --- a/modules/rtp_rtcp/include/rtp_rtcp.h +++ b/modules/rtp_rtcp/include/rtp_rtcp.h @@ -33,7 +33,6 @@ class RateLimiter; class ReceiveStatisticsProvider; class RemoteBitrateEstimator; class RtcEventLog; -class RtpReceiver; class Transport; class VideoBitrateAllocationObserver; diff --git a/video/rtp_video_stream_receiver.h b/video/rtp_video_stream_receiver.h index b647bae818..efd76624e7 100644 --- a/video/rtp_video_stream_receiver.h +++ b/video/rtp_video_stream_receiver.h @@ -47,7 +47,6 @@ class ReceiveStatistics; class ReceiveStatisticsProxy; class RtcpRttStats; class RtpPacketReceived; -class RtpReceiver; class Transport; class UlpfecReceiver;