Skip to content

Commit

Permalink
quic: remove unused string include http3_application
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jun 18, 2020
1 parent ee7f0e3 commit 2b70773
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/quic/node_quic_http3_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <ngtcp2/ngtcp2.h>
#include <nghttp3/nghttp3.h>
#include <algorithm>
#include <string>

namespace node {

Expand Down
1 change: 0 additions & 1 deletion src/quic/node_quic_http3_application.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <ngtcp2/ngtcp2.h>
#include <nghttp3/nghttp3.h>

#include <string>
namespace node {

namespace quic {
Expand Down

0 comments on commit 2b70773

Please sign in to comment.