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 9fb4648b82e2138e2bfdb0e75e2d87a816710b37..933eeb04408425dfec014db10ed2b2edad957c15 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
@@ -15,6 +15,12 @@ |
#include <memory> |
#include <vector> |
+#include "webrtc/base/criticalsection.h" |
+#include "webrtc/base/onetimeevent.h" |
+#include "webrtc/base/optional.h" |
+#include "webrtc/base/rate_statistics.h" |
+#include "webrtc/base/sequenced_task_checker.h" |
+#include "webrtc/base/thread_annotations.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" |
@@ -23,12 +29,6 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" |
#include "webrtc/modules/rtp_rtcp/source/ulpfec_generator.h" |
#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" |
#include "webrtc/typedefs.h" |
namespace webrtc { |