diff --git a/es2panda/aot/options.cpp b/es2panda/aot/options.cpp index 2c5bd0358ef5b28ae81e79193fffe1334754eb45..76721bd9c27db4d0438ade3f2d5d8e4064662d2c 100644 --- a/es2panda/aot/options.cpp +++ b/es2panda/aot/options.cpp @@ -15,12 +15,6 @@ #include "options.h" -#if defined(PANDA_TARGET_WINDOWS) -#include -#else -#include -#endif - #include "bytecode_optimizer/bytecodeopt_options.h" #include "compiler_options.h" #include "utils/timers.h" diff --git a/es2panda/util/helpers.cpp b/es2panda/util/helpers.cpp index 7c4a459a179a6b73c9e170dce9822d8b631607ed..2c2462cd927d99e9bfebb5a46c45c32c3e1d84d8 100644 --- a/es2panda/util/helpers.cpp +++ b/es2panda/util/helpers.cpp @@ -34,7 +34,6 @@ #include #ifdef ENABLE_BYTECODE_OPT -#include #include #include #else