From 21d8b181f663449d1d2971c739dc6584fc7fba63 Mon Sep 17 00:00:00 2001 From: Karl Wiberg Date: Fri, 30 Nov 2018 15:47:25 +0100 Subject: [PATCH] Remove some unused forward declarations Bug: webrtc:9987 Change-Id: Ia42294009abc6b6b09d76234a197d33057d0610c Reviewed-on: https://webrtc-review.googlesource.com/c/112589 Reviewed-by: Steve Anton Commit-Queue: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#25868} --- p2p/base/stunport.h | 4 ---- p2p/base/turnport.h | 5 ----- 2 files changed, 9 deletions(-) diff --git a/p2p/base/stunport.h b/p2p/base/stunport.h index ca43cbc8c4..d7c9cb8a4f 100644 --- a/p2p/base/stunport.h +++ b/p2p/base/stunport.h @@ -21,10 +21,6 @@ #include "rtc_base/asyncpacketsocket.h" // TODO(mallinath) - Rename stunport.cc|h to udpport.cc|h. -namespace rtc { -class AsyncResolver; -class SignalThread; -} namespace cricket { diff --git a/p2p/base/turnport.h b/p2p/base/turnport.h index 5db1956a9b..e152e0a9df 100644 --- a/p2p/base/turnport.h +++ b/p2p/base/turnport.h @@ -26,11 +26,6 @@ #include "rtc_base/asyncpacketsocket.h" #include "rtc_base/sslcertificate.h" -namespace rtc { -class AsyncResolver; -class SignalThread; -} - namespace webrtc { class TurnCustomizer; }