Use #include<> for system headers and #include"" for own headers (#2445)
They are no big differences between the two forms as "" falls back to <>. There are some inconsistencies in the code, though, which are fixed by this patch. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "ecma-alloc.h"
|
||||
#include "ecma-builtin-helpers.h"
|
||||
#include "ecma-conversion.h"
|
||||
@@ -22,7 +24,6 @@
|
||||
#include "ecma-helpers.h"
|
||||
#include "ecma-try-catch-macro.h"
|
||||
#include "lit-char-helpers.h"
|
||||
#include "math.h"
|
||||
|
||||
#ifndef CONFIG_DISABLE_DATE_BUILTIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user