diff --git a/modules/bitrate_controller/BUILD.gn b/modules/bitrate_controller/BUILD.gn index f5af0d148d..8941e29804 100644 --- a/modules/bitrate_controller/BUILD.gn +++ b/modules/bitrate_controller/BUILD.gn @@ -36,8 +36,6 @@ rtc_static_library("bitrate_controller") { "../../system_wrappers:field_trial", "../../system_wrappers:metrics", "../remote_bitrate_estimator", - "../rtp_rtcp", - "../rtp_rtcp:rtp_rtcp_format", "//third_party/abseil-cpp/absl/memory", "//third_party/abseil-cpp/absl/types:optional", ] diff --git a/modules/bitrate_controller/loss_based_bandwidth_estimation.h b/modules/bitrate_controller/loss_based_bandwidth_estimation.h index 6bde6391ff..e00726b1ff 100644 --- a/modules/bitrate_controller/loss_based_bandwidth_estimation.h +++ b/modules/bitrate_controller/loss_based_bandwidth_estimation.h @@ -13,10 +13,10 @@ #include +#include "api/transport/network_types.h" #include "api/units/data_rate.h" #include "api/units/time_delta.h" #include "api/units/timestamp.h" -#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h" #include "rtc_base/experiments/field_trial_parser.h" namespace webrtc { diff --git a/modules/bitrate_controller/send_side_bandwidth_estimation.h b/modules/bitrate_controller/send_side_bandwidth_estimation.h index 1b03e4efc9..6f120b3d97 100644 --- a/modules/bitrate_controller/send_side_bandwidth_estimation.h +++ b/modules/bitrate_controller/send_side_bandwidth_estimation.h @@ -24,7 +24,6 @@ #include "api/units/time_delta.h" #include "api/units/timestamp.h" #include "modules/bitrate_controller/loss_based_bandwidth_estimation.h" -#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h" #include "rtc_base/experiments/field_trial_parser.h" namespace webrtc {