Fix VideoFrame inclusion in mediastreaminterface.h

This cl clean up unused forward declaration of cricket::AudioFrame and cricket::Renderer.
cricket::VideoFrame is used in the interface and thus the header file is included.
BUG=webrtc:5687

Review-Url: https://codereview.webrtc.org/2145613006
Cr-Commit-Position: refs/heads/master@{#13477}
This commit is contained in:
perkj 2016-07-14 07:14:26 -07:00 committed by Commit bot
parent 6c4d0f0bbf
commit 5d5833370f

View File

@ -25,17 +25,10 @@
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/base/optional.h"
#include "webrtc/media/base/mediachannel.h"
#include "webrtc/media/base/videoframe.h"
#include "webrtc/media/base/videosinkinterface.h"
#include "webrtc/media/base/videosourceinterface.h"
namespace cricket {
class AudioRenderer;
class VideoRenderer;
class VideoFrame;
} // namespace cricket
namespace webrtc {
// Generic observer interface.