Index: webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
index 7a8f362c312335ebc37c4880712075256101aaab..660750b4e3eabc7c2b605ae13191b03b07a3c24a 100644 |
--- a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
@@ -14,6 +14,10 @@ |
#include <memory> |
#include <vector> |
+#include "webrtc/base/constructormagic.h" |
+#include "webrtc/base/criticalsection.h" |
+#include "webrtc/base/networkroute.h" |
+#include "webrtc/base/race_checker.h" |
#include "webrtc/common_types.h" |
#include "webrtc/modules/congestion_controller/delay_based_bwe.h" |
#include "webrtc/modules/congestion_controller/transport_feedback_adapter.h" |
@@ -21,10 +25,6 @@ |
#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/modules/pacing/paced_sender.h" |
#include "webrtc/modules/pacing/packet_router.h" |
-#include "webrtc/rtc_base/constructormagic.h" |
-#include "webrtc/rtc_base/criticalsection.h" |
-#include "webrtc/rtc_base/networkroute.h" |
-#include "webrtc/rtc_base/race_checker.h" |
namespace rtc { |
struct SentPacket; |