diff --git a/video/receive_statistics_proxy.h b/video/receive_statistics_proxy.h index e1a07842be..723dc27101 100644 --- a/video/receive_statistics_proxy.h +++ b/video/receive_statistics_proxy.h @@ -31,7 +31,6 @@ #include "video/report_block_stats.h" #include "video/stats_counter.h" #include "video/video_quality_observer.h" -#include "video/video_stream_decoder.h" namespace webrtc { diff --git a/video/video_stream_decoder.h b/video/video_stream_decoder.h index 54554ebab3..b0294070d2 100644 --- a/video/video_stream_decoder.h +++ b/video/video_stream_decoder.h @@ -31,11 +31,6 @@ namespace vcm { class VideoReceiver; } // namespace vcm -enum StreamType { - kViEStreamTypeNormal = 0, // Normal media stream - kViEStreamTypeRtx = 1 // Retransmission media stream -}; - class VideoStreamDecoder : public VCMReceiveCallback, public VCMReceiveStatisticsCallback { public: