From 3de806535ad61057029b9bd34badb50edd0bbf12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 14 Jun 2022 10:30:50 +0200 Subject: [PATCH] Delete unneeded include of port.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8733 Change-Id: I350486114a48a83a112d1d1ab0c6eb4ef76fa87a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265801 Reviewed-by: Henrik Boström Commit-Queue: Niels Moller Reviewed-by: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#37207} --- api/peer_connection_interface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index d42521cc46..e5bbd9c41c 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -126,7 +126,6 @@ // TODO(bugs.webrtc.org/7447): We plan to provide a way to let applications // inject a PacketSocketFactory and/or NetworkManager, and not expose // PortAllocator in the PeerConnection api. This will let us remove nogncheck. -#include "p2p/base/port.h" // nogncheck #include "p2p/base/port_allocator.h" // nogncheck #include "rtc_base/network.h" #include "rtc_base/network_constants.h"