Skip to content

Commit 188eb1c

Browse files
author
Georgii Rylov
committed
remove unnecessary includes
1 parent cc3f0a0 commit 188eb1c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

core/iwasm/common/wasm_runtime_common.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "bh_common.h"
88
#include "bh_assert.h"
99
#include "bh_log.h"
10-
#include "wasm_export.h"
1110
#include "wasm_native.h"
1211
#include "wasm_runtime_common.h"
1312
#include "wasm_memory.h"

core/iwasm/interpreter/wasm_runtime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "wasm_runtime.h"
77
#include "wasm.h"
88
#include "wasm_exec_env.h"
9-
#include "wasm_export.h"
109
#include "wasm_loader.h"
1110
#include "wasm_interp.h"
1211
#include "bh_common.h"

core/iwasm/interpreter/wasm_runtime.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "bh_hashmap.h"
1313
#include "../common/wasm_runtime_common.h"
1414
#include "../common/wasm_exec_env.h"
15-
#include "wasm_export.h"
1615

1716
#ifdef __cplusplus
1817
extern "C" {

0 commit comments

Comments
 (0)