Index: webrtc/ortc/ortcfactory.cc |
diff --git a/webrtc/ortc/ortcfactory.cc b/webrtc/ortc/ortcfactory.cc |
index 612e55d9048b77960ce7dd85528b6bb93fe82642..1d968738cd7368af3b24f72b32c7be7bfe448658 100644 |
--- a/webrtc/ortc/ortcfactory.cc |
+++ b/webrtc/ortc/ortcfactory.cc |
@@ -20,11 +20,6 @@ |
#include "webrtc/api/proxy.h" |
#include "webrtc/api/rtcerror.h" |
#include "webrtc/api/videosourceproxy.h" |
-#include "webrtc/base/asyncpacketsocket.h" |
-#include "webrtc/base/bind.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/helpers.h" |
-#include "webrtc/base/logging.h" |
#include "webrtc/logging/rtc_event_log/rtc_event_log.h" |
#include "webrtc/media/base/mediaconstants.h" |
#include "webrtc/modules/audio_processing/include/audio_processing.h" |
@@ -40,6 +35,11 @@ |
#include "webrtc/pc/localaudiosource.h" |
#include "webrtc/pc/videocapturertracksource.h" |
#include "webrtc/pc/videotrack.h" |
+#include "webrtc/rtc_base/asyncpacketsocket.h" |
+#include "webrtc/rtc_base/bind.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/helpers.h" |
+#include "webrtc/rtc_base/logging.h" |
namespace { |