Skip to content

Commit

Permalink
build: move headers out of c++ src section
Browse files Browse the repository at this point in the history
This commit moves a few header files that are listed among the C++
source files for consistency.

PR-URL: #24124
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
  • Loading branch information
danbev authored and BridgeAR committed Nov 13, 2018
1 parent fcc25f9 commit 2b282e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,12 @@
'src/module_wrap.cc',
'src/node.cc',
'src/node_api.cc',
'src/node_api.h',
'src/node_api_types.h',
'src/node_buffer.cc',
'src/node_config.cc',
'src/node_constants.cc',
'src/node_contextify.cc',
'src/node_domain.cc',
'src/node_encoding.cc',
'src/node_errors.h',
'src/node_errors.cc',
'src/node_file.cc',
'src/node_http2.cc',
Expand Down Expand Up @@ -404,10 +401,13 @@
'src/js_stream.h',
'src/module_wrap.h',
'src/node.h',
'src/node_api.h',
'src/node_api_types.h',
'src/node_buffer.h',
'src/node_code_cache.h',
'src/node_constants.h',
'src/node_contextify.h',
'src/node_errors.h',
'src/node_file.h',
'src/node_http2.h',
'src/node_http2_state.h',
Expand Down

0 comments on commit 2b282e8

Please sign in to comment.