Skip to content

Commit

Permalink
quic: replace unused includes in node_quic.cc
Browse files Browse the repository at this point in the history
This commit removes the unused includes climits and algorithm, and adds
memory (for std::unique_ptr) and utility (for std::move).

PR-URL: nodejs#192
Reviewed-By: Jiawen Geng <[email protected]>
  • Loading branch information
danbev authored and juanarbol committed Dec 17, 2019
1 parent 409bbc9 commit b12d1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node_quic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "node_quic_state.h"
#include "node_quic_util.h"

#include <climits>
#include <algorithm>
#include <memory>
#include <utility>

namespace node {

Expand Down

0 comments on commit b12d1c8

Please sign in to comment.