Selaa lähdekoodia

remove unnecessary includes

Georgii Rylov 1 vuosi sitten
vanhempi
sitoutus
188eb1c941

+ 0 - 1
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"

+ 0 - 1
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"

+ 0 - 1
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" {