Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc |
index 93d7aa3c1f1e76f45fe21a34e74006bbc2e38e14..f3ecefcd087effc116c851dbc4dbba811e4c75ea 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc |
@@ -14,6 +14,10 @@ |
#include <utility> |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/logging.h" |
+#include "webrtc/base/trace_event.h" |
#include "webrtc/common_types.h" |
#include "webrtc/logging/rtc_event_log/rtc_event_log.h" |
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h" |
@@ -33,10 +37,6 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" |
#include "webrtc/modules/rtp_rtcp/source/time_util.h" |
#include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/logging.h" |
-#include "webrtc/rtc_base/trace_event.h" |
namespace webrtc { |