From ce8d58c20ee95e826ede1969afe4c04f1c36a456 Mon Sep 17 00:00:00 2001 From: johan Date: Wed, 1 Jun 2016 03:42:37 -0700 Subject: [PATCH] peerconnection: remove unused include BUG= Review-Url: https://codereview.webrtc.org/2026663003 Cr-Commit-Position: refs/heads/master@{#12986} --- webrtc/api/peerconnection.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc index 426a8a3788..5f8acca566 100644 --- a/webrtc/api/peerconnection.cc +++ b/webrtc/api/peerconnection.cc @@ -36,7 +36,6 @@ #include "webrtc/base/stringutils.h" #include "webrtc/base/trace_event.h" #include "webrtc/media/sctp/sctpdataengine.h" -#include "webrtc/p2p/client/basicportallocator.h" #include "webrtc/pc/channelmanager.h" #include "webrtc/system_wrappers/include/field_trial.h"