gfe-relnote: (n/a) Stop including send_algorithm_interface.h from quic_pcc_sender.h, this allows the quic_pcc_sender Envoy implementation to not to depend on send_algorithm_interface. Refactor only, not protected.
PiperOrigin-RevId: 242461992
Change-Id: I33e9343bcd35080ec0d626e77ca426dec0c655fa
diff --git a/quic/platform/api/quic_pcc_sender.h b/quic/platform/api/quic_pcc_sender.h
index 201a3d1..add6682 100644
--- a/quic/platform/api/quic_pcc_sender.h
+++ b/quic/platform/api/quic_pcc_sender.h
@@ -5,11 +5,11 @@
#ifndef QUICHE_QUIC_PLATFORM_API_QUIC_PCC_SENDER_H_
#define QUICHE_QUIC_PLATFORM_API_QUIC_PCC_SENDER_H_
-#include "net/third_party/quiche/src/quic/core/congestion_control/send_algorithm_interface.h"
#include "net/quic/platform/impl/quic_pcc_sender_impl.h"
namespace quic {
+class SendAlgorithmInterface;
// Interface for creating a PCC SendAlgorithmInterface
SendAlgorithmInterface* CreatePccSender(
const QuicClock* clock,