File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
jerry-core/ecma/builtin-objects Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 13
13
* limitations under the License.
14
14
*/
15
15
16
+ #include <math.h>
17
+
16
18
#include "ecma-alloc.h"
17
19
#include "ecma-builtins.h"
18
20
#include "ecma-conversion.h"
24
26
#include "ecma-objects.h"
25
27
#include "ecma-try-catch-macro.h"
26
28
#include "jrt.h"
27
- #include "math.h"
28
29
29
30
#if ENABLED (JERRY_BUILTIN_NUMBER )
30
31
Original file line number Diff line number Diff line change 13
13
* limitations under the License.
14
14
*/
15
15
16
+ #include <math.h>
17
+
18
+ #include "ecma-arraybuffer-object.h"
16
19
#include "ecma-builtin-helpers.h"
17
20
#include "ecma-builtin-typedarray-helpers.h"
18
21
#include "ecma-builtins.h"
19
22
#include "ecma-comparison.h"
23
+ #include "ecma-conversion.h"
20
24
#include "ecma-exceptions.h"
25
+ #include "ecma-function-object.h"
26
+ #include "ecma-gc.h"
21
27
#include "ecma-globals.h"
22
28
#include "ecma-helpers.h"
29
+ #include "ecma-iterator-object.h"
23
30
#include "ecma-objects.h"
24
- #include "ecma-conversion.h"
25
- #include "ecma-function-object.h"
26
- #include "ecma-typedarray-object.h"
27
- #include "ecma-arraybuffer-object.h"
28
31
#include "ecma-try-catch-macro.h"
29
- #include "jrt.h"
30
- #include "jrt-libc-includes.h"
32
+ #include "ecma-typedarray-object.h"
31
33
#include "jcontext.h"
32
- #include "ecma-gc.h"
33
34
#include "jmem.h"
34
- #include "ecma-iterator-object .h"
35
- #include "math .h"
35
+ #include "jrt-libc-includes .h"
36
+ #include "jrt .h"
36
37
37
38
#if ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY )
38
39
You can’t perform that action at this time.
0 commit comments