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 1313 * limitations under the License.
1414 */
1515
16+ #include <math.h>
17+
1618#include "ecma-alloc.h"
1719#include "ecma-builtins.h"
1820#include "ecma-conversion.h"
2426#include "ecma-objects.h"
2527#include "ecma-try-catch-macro.h"
2628#include "jrt.h"
27- #include "math.h"
2829
2930#if ENABLED (JERRY_BUILTIN_NUMBER )
3031
Original file line number Diff line number Diff line change 1313 * limitations under the License.
1414 */
1515
16+ #include <math.h>
17+
18+ #include "ecma-arraybuffer-object.h"
1619#include "ecma-builtin-helpers.h"
1720#include "ecma-builtin-typedarray-helpers.h"
1821#include "ecma-builtins.h"
1922#include "ecma-comparison.h"
23+ #include "ecma-conversion.h"
2024#include "ecma-exceptions.h"
25+ #include "ecma-function-object.h"
26+ #include "ecma-gc.h"
2127#include "ecma-globals.h"
2228#include "ecma-helpers.h"
29+ #include "ecma-iterator-object.h"
2330#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"
2831#include "ecma-try-catch-macro.h"
29- #include "jrt.h"
30- #include "jrt-libc-includes.h"
32+ #include "ecma-typedarray-object.h"
3133#include "jcontext.h"
32- #include "ecma-gc.h"
3334#include "jmem.h"
34- #include "ecma-iterator-object .h"
35- #include "math .h"
35+ #include "jrt-libc-includes .h"
36+ #include "jrt .h"
3637
3738#if ENABLED (JERRY_ES2015_BUILTIN_TYPEDARRAY )
3839
You can’t perform that action at this time.
0 commit comments