remove unnecessary includes
This commit is contained in:
@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user