Skip to content

Commit 8c6eeee

Browse files
committed
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.
1 parent 350bef6 commit 8c6eeee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,12 @@
336336
'src/module_wrap.cc',
337337
'src/node.cc',
338338
'src/node_api.cc',
339-
'src/node_api.h',
340-
'src/node_api_types.h',
341339
'src/node_buffer.cc',
342340
'src/node_config.cc',
343341
'src/node_constants.cc',
344342
'src/node_contextify.cc',
345343
'src/node_domain.cc',
346344
'src/node_encoding.cc',
347-
'src/node_errors.h',
348345
'src/node_errors.cc',
349346
'src/node_file.cc',
350347
'src/node_http2.cc',
@@ -403,10 +400,13 @@
403400
'src/js_stream.h',
404401
'src/module_wrap.h',
405402
'src/node.h',
403+
'src/node_api.h',
404+
'src/node_api_types.h',
406405
'src/node_buffer.h',
407406
'src/node_code_cache.h',
408407
'src/node_constants.h',
409408
'src/node_contextify.h',
409+
'src/node_errors.h',
410410
'src/node_file.h',
411411
'src/node_http2.h',
412412
'src/node_http2_state.h',

0 commit comments

Comments
 (0)