Index: webrtc/voice_engine/channel.cc |
diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc |
index 16122709c31fe976ddde3c63a477d78957f72070..45b6db065b71a4410ba44973a360d4dd4d45a0bd 100644 |
--- a/webrtc/voice_engine/channel.cc |
+++ b/webrtc/voice_engine/channel.cc |
@@ -14,16 +14,6 @@ |
#include <utility> |
#include "webrtc/audio/utility/audio_frame_operations.h" |
-#include "webrtc/base/array_view.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/format_macros.h" |
-#include "webrtc/base/location.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/rate_limiter.h" |
-#include "webrtc/base/task_queue.h" |
-#include "webrtc/base/thread_checker.h" |
-#include "webrtc/base/timeutils.h" |
#include "webrtc/call/rtp_transport_controller_send_interface.h" |
#include "webrtc/config.h" |
#include "webrtc/logging/rtc_event_log/rtc_event_log.h" |
@@ -38,6 +28,16 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_packet_received.h" |
#include "webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h" |
#include "webrtc/modules/utility/include/process_thread.h" |
+#include "webrtc/rtc_base/array_view.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/format_macros.h" |
+#include "webrtc/rtc_base/location.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/rate_limiter.h" |
+#include "webrtc/rtc_base/task_queue.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
+#include "webrtc/rtc_base/timeutils.h" |
#include "webrtc/system_wrappers/include/field_trial.h" |
#include "webrtc/system_wrappers/include/trace.h" |
#include "webrtc/voice_engine/include/voe_rtp_rtcp.h" |