Replace global inclusions with local ones (#4991)
Resolve compiler errors created by amalgam.py tool.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user