File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
5
5
6
- #include < sstream>
7
- #include < string>
8
6
#include " async_wrap.h"
9
7
#include " env-inl.h"
10
8
9
+ #include < sstream>
10
+ #include < string>
11
+
11
12
// Use FORCE_INLINE on functions that have a debug-category-enabled check first
12
13
// and then ideally only a single function call following it, to maintain
13
14
// performance for the common case (no debugging used).
Original file line number Diff line number Diff line change 24
24
25
25
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
26
26
27
- #include < string>
28
27
#include " util.h"
29
28
29
+ #include < string>
30
+
30
31
#if defined(NODE_HAVE_I18N_SUPPORT)
31
32
32
33
namespace node {
Original file line number Diff line number Diff line change 7
7
8
8
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
9
9
10
+ #include " util.h"
11
+
10
12
#include < string.h>
11
13
#include < algorithm>
12
- #include " util.h"
13
14
14
15
namespace node {
15
16
namespace stringsearch {
You can’t perform that action at this time.
0 commit comments