Clean up includes and build dependencies in QPACK tests.
Include what is actually used, depend on what is actually needed.
Handcrafted CL.
gfe-relnote: n/a, change to QUIC v99-only code.
PiperOrigin-RevId: 254438557
Change-Id: I8a74f9f1ce0b645de7287df55d2228d9b1747c0e
diff --git a/quic/core/qpack/qpack_send_stream_test.cc b/quic/core/qpack/qpack_send_stream_test.cc
index d31856b..5fee70f 100644
--- a/quic/core/qpack/qpack_send_stream_test.cc
+++ b/quic/core/qpack/qpack_send_stream_test.cc
@@ -4,6 +4,7 @@
#include "net/third_party/quiche/src/quic/core/qpack/qpack_send_stream.h"
+#include "net/third_party/quiche/src/quic/platform/api/quic_test.h"
#include "net/third_party/quiche/src/quic/test_tools/quic_spdy_session_peer.h"
#include "net/third_party/quiche/src/quic/test_tools/quic_test_utils.h"