Index: webrtc/pc/channel.h |
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h |
index f8cc286279ef7f60592cbe046592e96d093ee431..8b3be2c14ea9e93a086ade1e9abab159a0b5be5f 100644 |
--- a/webrtc/pc/channel.h |
+++ b/webrtc/pc/channel.h |
@@ -20,12 +20,6 @@ |
#include "webrtc/api/call/audio_sink.h" |
#include "webrtc/api/rtpreceiverinterface.h" |
-#include "webrtc/base/asyncinvoker.h" |
-#include "webrtc/base/asyncudpsocket.h" |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/network.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/window.h" |
#include "webrtc/media/base/mediachannel.h" |
#include "webrtc/media/base/mediaengine.h" |
#include "webrtc/media/base/streamparams.h" |
@@ -41,6 +35,12 @@ |
#include "webrtc/pc/rtcpmuxfilter.h" |
#include "webrtc/pc/rtptransport.h" |
#include "webrtc/pc/srtpfilter.h" |
+#include "webrtc/rtc_base/asyncinvoker.h" |
+#include "webrtc/rtc_base/asyncudpsocket.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/network.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/window.h" |
namespace webrtc { |
class AudioSinkInterface; |