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

quic: include limits in node_quic_util.h #190

Closed
wants to merge 1 commit into from

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Nov 5, 2019

Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.

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

Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.
danbev added a commit that referenced this pull request Nov 6, 2019
Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.

PR-URL: #190
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@danbev
Copy link
Contributor Author

danbev commented Nov 6, 2019

Landed in f2a3a1d.

@danbev danbev closed this Nov 6, 2019
@danbev danbev deleted the quic_util_include_limits branch November 6, 2019 05:05
addaleax pushed a commit that referenced this pull request Dec 11, 2019
Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.

PR-URL: #190
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
juanarbol pushed a commit to juanarbol/quic that referenced this pull request Dec 17, 2019
Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.

PR-URL: nodejs#190
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
juanarbol pushed a commit to juanarbol/quic that referenced this pull request Dec 17, 2019
Currently, limits is included implicitly through node_quic_buffer.h
which includes node_internals.h, which includes util.h, which includes
limits. This commit makes explicitely include limits.

PR-URL: nodejs#190
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Anna Henningsen <[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.

4 participants