Simplify includes in p2ptransportchannel.cc

This makes it clearer which code actually depends on the RelayPort
class.

Bug: None
Change-Id: I7b88de1824d5b5832d2f35a8820c5c59d05441c2
Reviewed-on: https://webrtc-review.googlesource.com/100801
Reviewed-by: Qingsi Wang <qingsi@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24768}
This commit is contained in:
Niels Möller 2018-09-18 10:47:31 +02:00 committed by Commit Bot
parent cf919422ce
commit 33a5852829

View File

@ -18,8 +18,7 @@
#include "api/candidate.h"
#include "logging/rtc_event_log/icelogger.h"
#include "p2p/base/candidatepairinterface.h"
#include "p2p/base/relayport.h" // For RELAY_PORT_TYPE.
#include "p2p/base/stunport.h" // For STUN_PORT_TYPE.
#include "p2p/base/port.h"
#include "rtc_base/checks.h"
#include "rtc_base/crc32.h"
#include "rtc_base/logging.h"