| Index: webrtc/call/video_send_stream.h
|
| diff --git a/webrtc/call/video_send_stream.h b/webrtc/call/video_send_stream.h
|
| index a176709ac46b6aaf92616d830c3020b5ca5e17d7..a458203ed58fa4897bedb5ab62bb236dcbd3960e 100644
|
| --- a/webrtc/call/video_send_stream.h
|
| +++ b/webrtc/call/video_send_stream.h
|
| @@ -17,9 +17,11 @@
|
| #include <vector>
|
|
|
| #include "webrtc/api/call/transport.h"
|
| +#include "webrtc/api/rtpparameters.h"
|
| +#include "webrtc/call/rtp_config.h"
|
| +#include "webrtc/call/video_config.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/common_video/include/frame_callback.h"
|
| -#include "webrtc/config.h"
|
| #include "webrtc/media/base/videosinkinterface.h"
|
| #include "webrtc/media/base/videosourceinterface.h"
|
| #include "webrtc/rtc_base/platform_file.h"
|
|
|