0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

quic: remove unused string include http3_application

PR-URL: https://github.com/nodejs/node/pull/33926
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Daniel Bevenius 2020-06-17 11:30:00 +02:00 committed by James M Snell
parent 1bd88a3ac6
commit 88ef15812c
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include <ngtcp2/ngtcp2.h>
#include <nghttp3/nghttp3.h>
#include <algorithm>
#include <string>
namespace node {

View File

@ -13,7 +13,6 @@
#include <ngtcp2/ngtcp2.h>
#include <nghttp3/nghttp3.h>
#include <string>
namespace node {
namespace quic {