Replace global inclusions with local ones (#4991)

Resolve compiler errors created by amalgam.py tool.
This commit is contained in:
Damiano Mazzella 2022-08-22 16:06:21 +02:00 committed by GitHub
parent 368641043f
commit b143b050cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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;