File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33
44#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
55
6- #include < sstream>
7- #include < string>
86#include " async_wrap.h"
97#include " env-inl.h"
108
9+ #include < sstream>
10+ #include < string>
11+
1112// Use FORCE_INLINE on functions that have a debug-category-enabled check first
1213// and then ideally only a single function call following it, to maintain
1314// performance for the common case (no debugging used).
Original file line number Diff line number Diff line change 2424
2525#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626
27- #include < string>
2827#include " util.h"
2928
29+ #include < string>
30+
3031#if defined(NODE_HAVE_I18N_SUPPORT)
3132
3233namespace node {
Original file line number Diff line number Diff line change 77
88#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
99
10+ #include " util.h"
11+
1012#include < string.h>
1113#include < algorithm>
12- #include " util.h"
1314
1415namespace node {
1516namespace stringsearch {
You can’t perform that action at this time.
0 commit comments