File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- #include < limits.h > // INT_MAX
1
+ #include < climits > // INT_MAX
2
2
#include < cmath>
3
3
#include < algorithm>
4
4
#define NAPI_EXPERIMENTAL
Original file line number Diff line number Diff line change 20
20
//
21
21
// SPDX-License-Identifier: MIT
22
22
23
- #include < errno.h> // NOLINT(build/include)
24
- #include < fcntl.h> // _O_RDWR
25
- #include < limits.h> // PATH_MAX
26
- #include < locale.h>
27
- #include < signal.h>
28
- #include < stdio.h>
29
- #include < stdlib.h>
30
- #include < stdint.h>
31
- #include < string.h>
23
+ #include " node_large_page.h"
24
+
25
+ #include < fcntl.h> // _O_RDWR
32
26
#include < sys/types.h>
33
27
#include < sys/mman.h>
34
28
#include < unistd.h> // readlink
35
29
30
+ #include < cerrno> // NOLINT(build/include)
31
+ #include < climits> // PATH_MAX
32
+ #include < clocale>
33
+ #include < csignal>
34
+ #include < cstdio>
35
+ #include < cstdlib>
36
+ #include < cstdint>
37
+ #include < cstring>
36
38
#include < string>
37
39
#include < fstream>
38
40
#include < iostream>
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_OBJECT_WRAP_H_
24
24
25
25
#include " v8.h"
26
- #include < assert.h >
26
+ #include < cassert >
27
27
28
28
29
29
namespace node {
You can’t perform that action at this time.
0 commit comments