| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index e105d706e37a10d8aa4cd752ec3bd893a0d94743..06fbb3676953eadf4ed776dddf5eb3362633402b 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -16,6 +16,8 @@
|
| #include <vector>
|
|
|
| #include "webrtc/call/bitrate_allocator.h"
|
| +#include "webrtc/call/video_receive_stream.h"
|
| +#include "webrtc/call/video_send_stream.h"
|
| #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
| #include "webrtc/modules/video_coding/protection_bitrate_calculator.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| @@ -25,8 +27,6 @@
|
| #include "webrtc/video/send_delay_stats.h"
|
| #include "webrtc/video/send_statistics_proxy.h"
|
| #include "webrtc/video/video_stream_encoder.h"
|
| -#include "webrtc/video_receive_stream.h"
|
| -#include "webrtc/video_send_stream.h"
|
|
|
| namespace webrtc {
|
|
|
|
|