Fix the include format of math.h (#3197)

The order of includes are also fixed.

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2019-10-03 17:39:57 +02:00
committed by Dániel Bátyai
parent b206d60842
commit e54666b448
2 changed files with 15 additions and 13 deletions
@@ -13,6 +13,8 @@
* limitations under the License.
*/
#include <math.h>
#include "ecma-alloc.h"
#include "ecma-builtins.h"
#include "ecma-conversion.h"
@@ -24,7 +26,6 @@
#include "ecma-objects.h"
#include "ecma-try-catch-macro.h"
#include "jrt.h"
#include "math.h"
#if ENABLED (JERRY_BUILTIN_NUMBER)