From 6412e4c85fdde6e35d870cce150813fe3b4a0591 Mon Sep 17 00:00:00 2001 From: nisse Date: Tue, 30 May 2017 23:38:14 -0700 Subject: [PATCH] Drop the rtp_rtcp module's dependency on call. Also deletes a couple of includes of call.h, which seem unnecessary. BUG=None Review-Url: https://codereview.webrtc.org/2907403003 Cr-Commit-Position: refs/heads/master@{#18340} --- webrtc/modules/rtp_rtcp/BUILD.gn | 1 - webrtc/modules/rtp_rtcp/include/flexfec_receiver.h | 1 - webrtc/modules/rtp_rtcp/source/rtcp_sender.cc | 1 - webrtc/modules/rtp_rtcp/source/rtp_sender.cc | 1 - 4 files changed, 4 deletions(-) diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn index 201909c0d4..7f2d64fe53 100644 --- a/webrtc/modules/rtp_rtcp/BUILD.gn +++ b/webrtc/modules/rtp_rtcp/BUILD.gn @@ -173,7 +173,6 @@ rtc_static_library("rtp_rtcp") { "../../base:gtest_prod", "../../base:rtc_base_approved", "../../base:rtc_task_queue", - "../../call:call_interfaces", "../../common_video", "../../logging:rtc_event_log_api", "../../system_wrappers", diff --git a/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h b/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h index 437a365f60..ca612c6be3 100644 --- a/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h +++ b/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h @@ -15,7 +15,6 @@ #include "webrtc/base/basictypes.h" #include "webrtc/base/sequenced_task_checker.h" -#include "webrtc/call/call.h" #include "webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h" #include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" #include "webrtc/modules/rtp_rtcp/source/rtp_packet_received.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc index cab55d3bbf..f3ecefcd08 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc @@ -18,7 +18,6 @@ #include "webrtc/base/constructormagic.h" #include "webrtc/base/logging.h" #include "webrtc/base/trace_event.h" -#include "webrtc/call/call.h" #include "webrtc/common_types.h" #include "webrtc/logging/rtc_event_log/rtc_event_log.h" #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc index e0c10e9114..3cac4195b4 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc @@ -19,7 +19,6 @@ #include "webrtc/base/rate_limiter.h" #include "webrtc/base/trace_event.h" #include "webrtc/base/timeutils.h" -#include "webrtc/call/call.h" #include "webrtc/logging/rtc_event_log/rtc_event_log.h" #include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h" #include "webrtc/modules/rtp_rtcp/include/rtp_cvo.h"