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;