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

quic: replace unused includes in node_quic.cc #192

Closed
wants to merge 1 commit into from
Closed

quic: replace unused includes in node_quic.cc #192

wants to merge 1 commit into from

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Nov 7, 2019

This commit removes the unused includes climits and algorithm, and adds
memory (for std::unique_ptr) and utility (for std::move).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This commit removes the unused includes climits and algorithm, and adds
memory (for std::unique_ptr) and utility (for std::move).
danbev added a commit that referenced this pull request Nov 18, 2019
This commit removes the unused includes climits and algorithm, and adds
memory (for std::unique_ptr) and utility (for std::move).

PR-URL: #192
Reviewed-By: Jiawen Geng <[email protected]>
@danbev
Copy link
Contributor Author

danbev commented Nov 18, 2019

Landed in da5d7ba.

@danbev danbev closed this Nov 18, 2019
@danbev danbev deleted the node_quic_includes branch November 18, 2019 09:44
addaleax pushed a commit that referenced this pull request Dec 11, 2019
This commit removes the unused includes climits and algorithm, and adds
memory (for std::unique_ptr) and utility (for std::move).

PR-URL: #192
Reviewed-By: Jiawen Geng <[email protected]>
juanarbol pushed a commit to juanarbol/quic that referenced this pull request Dec 17, 2019
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]>
juanarbol pushed a commit to juanarbol/quic that referenced this pull request Dec 17, 2019
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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants