diff options
Diffstat (limited to 'remoting/protocol/video_stub.h')
-rw-r--r-- | remoting/protocol/video_stub.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/protocol/video_stub.h b/remoting/protocol/video_stub.h index 5c59ca0..c1b6b11 100644 --- a/remoting/protocol/video_stub.h +++ b/remoting/protocol/video_stub.h @@ -5,11 +5,12 @@ #ifndef REMOTING_PROTOCOL_VIDEO_STUB_H_ #define REMOTING_PROTOCOL_VIDEO_STUB_H_ -#include "remoting/proto/video.pb.h" - class Task; namespace remoting { + +class VideoPacket; + namespace protocol { class VideoStub { |