From 61e511afbe45688ab48018269f8776dbbd684cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 14 Aug 2018 10:12:27 +0200 Subject: [PATCH] Delete unneeded forward declares of vcm::VideoReceiver. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: Ic3a8a4c937f7727dcc4017fec39980e76f3ea0cd Reviewed-on: https://webrtc-review.googlesource.com/94042 Reviewed-by: Erik Språng Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#24282} --- video/rtp_streams_synchronizer.h | 4 ---- video/rtp_video_stream_receiver.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/video/rtp_streams_synchronizer.h b/video/rtp_streams_synchronizer.h index 7c42b7df51..1a24391d2a 100644 --- a/video/rtp_streams_synchronizer.h +++ b/video/rtp_streams_synchronizer.h @@ -25,10 +25,6 @@ namespace webrtc { class Syncable; -namespace vcm { -class VideoReceiver; -} // namespace vcm - class RtpStreamsSynchronizer : public Module { public: explicit RtpStreamsSynchronizer(Syncable* syncable_video); diff --git a/video/rtp_video_stream_receiver.h b/video/rtp_video_stream_receiver.h index f5e47e9e64..b647bae818 100644 --- a/video/rtp_video_stream_receiver.h +++ b/video/rtp_video_stream_receiver.h @@ -51,10 +51,6 @@ class RtpReceiver; class Transport; class UlpfecReceiver; -namespace vcm { -class VideoReceiver; -} // namespace vcm - class RtpVideoStreamReceiver : public RtpData, public RecoveredPacketReceiver, public RtpPacketSinkInterface,