From 188eb1c9416444368818fdb269e9b683aa0c4d2a Mon Sep 17 00:00:00 2001 From: Georgii Rylov Date: Tue, 25 Feb 2025 17:42:06 +0000 Subject: [PATCH] remove unnecessary includes --- core/iwasm/common/wasm_runtime_common.c | 1 - core/iwasm/interpreter/wasm_runtime.c | 1 - core/iwasm/interpreter/wasm_runtime.h | 1 - 3 files changed, 3 deletions(-) diff --git a/core/iwasm/common/wasm_runtime_common.c b/core/iwasm/common/wasm_runtime_common.c index 5ce16a14d..a007c41f1 100644 --- a/core/iwasm/common/wasm_runtime_common.c +++ b/core/iwasm/common/wasm_runtime_common.c @@ -7,7 +7,6 @@ #include "bh_common.h" #include "bh_assert.h" #include "bh_log.h" -#include "wasm_export.h" #include "wasm_native.h" #include "wasm_runtime_common.h" #include "wasm_memory.h" diff --git a/core/iwasm/interpreter/wasm_runtime.c b/core/iwasm/interpreter/wasm_runtime.c index c616ac44b..9431b0bed 100644 --- a/core/iwasm/interpreter/wasm_runtime.c +++ b/core/iwasm/interpreter/wasm_runtime.c @@ -6,7 +6,6 @@ #include "wasm_runtime.h" #include "wasm.h" #include "wasm_exec_env.h" -#include "wasm_export.h" #include "wasm_loader.h" #include "wasm_interp.h" #include "bh_common.h" diff --git a/core/iwasm/interpreter/wasm_runtime.h b/core/iwasm/interpreter/wasm_runtime.h index 84abf63b1..1cdce10ed 100644 --- a/core/iwasm/interpreter/wasm_runtime.h +++ b/core/iwasm/interpreter/wasm_runtime.h @@ -12,7 +12,6 @@ #include "bh_hashmap.h" #include "../common/wasm_runtime_common.h" #include "../common/wasm_exec_env.h" -#include "wasm_export.h" #ifdef __cplusplus extern "C" {