Index: webrtc/call/call.cc |
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc |
index b4a9456d77546c02b29d6672d8873409680fc2f8..8f9cb2b956b5dd06d44c808f3249d0e13181713e 100644 |
--- a/webrtc/call/call.cc |
+++ b/webrtc/call/call.cc |
@@ -20,17 +20,6 @@ |
#include "webrtc/audio/audio_send_stream.h" |
#include "webrtc/audio/audio_state.h" |
#include "webrtc/audio/scoped_voe_interface.h" |
-#include "webrtc/base/basictypes.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/location.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/optional.h" |
-#include "webrtc/base/ptr_util.h" |
-#include "webrtc/base/task_queue.h" |
-#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/base/thread_checker.h" |
-#include "webrtc/base/trace_event.h" |
#include "webrtc/call/bitrate_allocator.h" |
#include "webrtc/call/call.h" |
#include "webrtc/call/flexfec_receive_stream_impl.h" |
@@ -47,6 +36,17 @@ |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
#include "webrtc/modules/rtp_rtcp/source/rtp_packet_received.h" |
#include "webrtc/modules/utility/include/process_thread.h" |
+#include "webrtc/rtc_base/basictypes.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/location.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/optional.h" |
+#include "webrtc/rtc_base/ptr_util.h" |
+#include "webrtc/rtc_base/task_queue.h" |
+#include "webrtc/rtc_base/thread_annotations.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
+#include "webrtc/rtc_base/trace_event.h" |
#include "webrtc/system_wrappers/include/clock.h" |
#include "webrtc/system_wrappers/include/cpu_info.h" |
#include "webrtc/system_wrappers/include/metrics.h" |