Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index fd6d18290b444384df893fbeb92dc496fbd881c2..576473850857550619f832db0aefc6ae2ff1ab8a 100644 |
--- a/webrtc/p2p/base/port.h |
+++ b/webrtc/p2p/base/port.h |
@@ -17,15 +17,6 @@ |
#include <string> |
#include <vector> |
-#include "webrtc/base/asyncpacketsocket.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/network.h" |
-#include "webrtc/base/optional.h" |
-#include "webrtc/base/proxyinfo.h" |
-#include "webrtc/base/ratetracker.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/socketaddress.h" |
-#include "webrtc/base/thread.h" |
#include "webrtc/p2p/base/candidate.h" |
#include "webrtc/p2p/base/candidatepairinterface.h" |
#include "webrtc/p2p/base/jseptransport.h" |
@@ -34,6 +25,15 @@ |
#include "webrtc/p2p/base/portinterface.h" |
#include "webrtc/p2p/base/stun.h" |
#include "webrtc/p2p/base/stunrequest.h" |
+#include "webrtc/rtc_base/asyncpacketsocket.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/network.h" |
+#include "webrtc/rtc_base/optional.h" |
+#include "webrtc/rtc_base/proxyinfo.h" |
+#include "webrtc/rtc_base/ratetracker.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/socketaddress.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace cricket { |