Skip to content

Commit 2b282e8

Browse files
danbevBridgeAR
authored andcommitted
build: move headers out of c++ src section
This commit moves a few header files that are listed among the C++ source files for consistency. PR-URL: #24124 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Matheus Marchini <[email protected]>
1 parent fcc25f9 commit 2b282e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node.gyp

+3-3
Original file line numberDiff line numberDiff line change
@@ -337,15 +337,12 @@
337337
'src/module_wrap.cc',
338338
'src/node.cc',
339339
'src/node_api.cc',
340-
'src/node_api.h',
341-
'src/node_api_types.h',
342340
'src/node_buffer.cc',
343341
'src/node_config.cc',
344342
'src/node_constants.cc',
345343
'src/node_contextify.cc',
346344
'src/node_domain.cc',
347345
'src/node_encoding.cc',
348-
'src/node_errors.h',
349346
'src/node_errors.cc',
350347
'src/node_file.cc',
351348
'src/node_http2.cc',
@@ -404,10 +401,13 @@
404401
'src/js_stream.h',
405402
'src/module_wrap.h',
406403
'src/node.h',
404+
'src/node_api.h',
405+
'src/node_api_types.h',
407406
'src/node_buffer.h',
408407
'src/node_code_cache.h',
409408
'src/node_constants.h',
410409
'src/node_contextify.h',
410+
'src/node_errors.h',
411411
'src/node_file.h',
412412
'src/node_http2.h',
413413
'src/node_http2_state.h',

0 commit comments

Comments
 (0)