Skip to content

Commit 88ef158

Browse files
danbevjasnell
authored andcommitted
quic: remove unused string include http3_application
PR-URL: #33926 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 1bd88a3 commit 88ef158

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/quic/node_quic_http3_application.cc

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <ngtcp2/ngtcp2.h>
1414
#include <nghttp3/nghttp3.h>
1515
#include <algorithm>
16-
#include <string>
1716

1817
namespace node {
1918

src/quic/node_quic_http3_application.h

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <ngtcp2/ngtcp2.h>
1414
#include <nghttp3/nghttp3.h>
1515

16-
#include <string>
1716
namespace node {
1817

1918
namespace quic {

0 commit comments

Comments
 (0)