| Index: webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| index e4a24052e52f88f6f9edbf204425f6614496a267..f91fa69051fe0e67141c8e3a484dd9a0722a2ff2 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| @@ -14,6 +14,7 @@
|
| #include <map>
|
| #include <memory>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/rtp_rtcp/include/flexfec_sender.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| @@ -24,7 +25,6 @@
|
| #include "webrtc/modules/rtp_rtcp/source/video_codec_information.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| #include "webrtc/rtc_base/onetimeevent.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/rate_statistics.h"
|
| #include "webrtc/rtc_base/sequenced_task_checker.h"
|
| #include "webrtc/rtc_base/thread_annotations.h"
|
|
|