Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
quic: remove unused includes in quic_session.cc
Browse files Browse the repository at this point in the history
PR-URL: #381
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev authored and jasnell committed May 7, 2020
1 parent d2ed3a8 commit e782ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/quic/node_quic_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
#include "v8.h"
#include "uv.h"

#include <array>
#include <vector>
#include <string>
#include <type_traits>
#include <utility>

namespace node {
Expand Down

0 comments on commit e782ca4

Please sign in to comment.