We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3686410 commit b143b05Copy full SHA for b143b05
jerry-core/api/jerry-module.c
@@ -13,8 +13,8 @@
13
* limitations under the License.
14
*/
15
16
-#include <lit-magic-strings.h>
17
-#include <lit-strings.h>
+#include "lit-magic-strings.h"
+#include "lit-strings.h"
18
19
#include "jerryscript-core.h"
20
#include "jerryscript-port.h"
jerry-core/jrt/jrt-logging.c
@@ -13,7 +13,7 @@
-#include <jrt.h>
+#include "jrt.h"
static jerry_log_level_t jerry_log_level = JERRY_LOG_LEVEL_ERROR;
0 commit comments