mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Replace global inclusions with local ones (#4991)
Resolve compiler errors created by amalgam.py tool.
This commit is contained in:
parent
368641043f
commit
b143b050cc
@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <lit-magic-strings.h>
|
||||
#include <lit-strings.h>
|
||||
#include "lit-magic-strings.h"
|
||||
#include "lit-strings.h"
|
||||
|
||||
#include "jerryscript-core.h"
|
||||
#include "jerryscript-port.h"
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <jrt.h>
|
||||
#include "jrt.h"
|
||||
|
||||
static jerry_log_level_t jerry_log_level = JERRY_LOG_LEVEL_ERROR;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user