mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 12:16:24 +00:00
remove unnecessary includes
This commit is contained in:
parent
cc3f0a096b
commit
188eb1c941
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue
Block a user