From 1667d768654ae03cc9999b71d0bb936a6b10f8d4 Mon Sep 17 00:00:00 2001 From: liyue Date: Mon, 13 Jan 2025 14:20:59 +0800 Subject: [PATCH] Fix SDK compilation failure on Mac Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IBHENA Signed-off-by: liyue Change-Id: Ieb8da592a2509ee177cb04b8f7f257241cf3885b --- es2panda/aot/options.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/es2panda/aot/options.cpp b/es2panda/aot/options.cpp index 2c5bd0358e..f2e0e23be2 100644 --- a/es2panda/aot/options.cpp +++ b/es2panda/aot/options.cpp @@ -17,8 +17,6 @@ #if defined(PANDA_TARGET_WINDOWS) #include -#else -#include #endif #include "bytecode_optimizer/bytecodeopt_options.h" -- Gitee