Index: webrtc/ortc/rtptransportcontrolleradapter.h |
diff --git a/webrtc/ortc/rtptransportcontrolleradapter.h b/webrtc/ortc/rtptransportcontrolleradapter.h |
index 8601dfdb07b3e34efb34351da00daba15d376b64..9728c3968aaf94fb232e6e205354fa96c906ac99 100644 |
--- a/webrtc/ortc/rtptransportcontrolleradapter.h |
+++ b/webrtc/ortc/rtptransportcontrolleradapter.h |
@@ -20,13 +20,13 @@ |
#include "webrtc/api/ortc/ortcrtpsenderinterface.h" |
#include "webrtc/api/ortc/rtptransportcontrollerinterface.h" |
#include "webrtc/api/ortc/srtptransportinterface.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/thread.h" |
#include "webrtc/call/call.h" |
#include "webrtc/logging/rtc_event_log/rtc_event_log.h" |
#include "webrtc/media/base/mediachannel.h" // For MediaConfig. |
#include "webrtc/pc/channelmanager.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace webrtc { |