From bc258993635a1e920884ae1a6e7fa9d6f0407c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 16 Aug 2018 13:26:10 +0200 Subject: [PATCH] Delete unneeded includes of rtp_payload_registry.h Bug: webrtc:7135 Change-Id: I59f2891bb744c645b00e212827901dfeb638e265 Reviewed-on: https://webrtc-review.googlesource.com/94507 Reviewed-by: Stefan Holmer Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#24402} --- modules/remote_bitrate_estimator/tools/bwe_rtp.cc | 1 - modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc | 1 - modules/remote_bitrate_estimator/tools/rtp_to_text.cc | 1 - 3 files changed, 3 deletions(-) diff --git a/modules/remote_bitrate_estimator/tools/bwe_rtp.cc b/modules/remote_bitrate_estimator/tools/bwe_rtp.cc index 47e3cfa761..0230db17dc 100644 --- a/modules/remote_bitrate_estimator/tools/bwe_rtp.cc +++ b/modules/remote_bitrate_estimator/tools/bwe_rtp.cc @@ -19,7 +19,6 @@ #include "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h" #include "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h" #include "modules/rtp_rtcp/include/rtp_header_parser.h" -#include "modules/rtp_rtcp/include/rtp_payload_registry.h" #include "rtc_base/flags.h" #include "test/rtp_file_reader.h" diff --git a/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc b/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc index 0594a33500..dac50ec387 100644 --- a/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc +++ b/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc @@ -15,7 +15,6 @@ #include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" #include "modules/remote_bitrate_estimator/tools/bwe_rtp.h" #include "modules/rtp_rtcp/include/rtp_header_parser.h" -#include "modules/rtp_rtcp/include/rtp_payload_registry.h" #include "rtc_base/format_macros.h" #include "test/rtp_file_reader.h" diff --git a/modules/remote_bitrate_estimator/tools/rtp_to_text.cc b/modules/remote_bitrate_estimator/tools/rtp_to_text.cc index 9e82da4714..35f1aec961 100644 --- a/modules/remote_bitrate_estimator/tools/rtp_to_text.cc +++ b/modules/remote_bitrate_estimator/tools/rtp_to_text.cc @@ -15,7 +15,6 @@ #include "modules/remote_bitrate_estimator/tools/bwe_rtp.h" #include "modules/rtp_rtcp/include/rtp_header_parser.h" -#include "modules/rtp_rtcp/include/rtp_payload_registry.h" #include "rtc_base/format_macros.h" #include "test/rtp_file_reader.h"