remove unnecessary includes

This commit is contained in:
Georgii Rylov 2025-02-25 17:42:06 +00:00
parent cc3f0a096b
commit 188eb1c941
3 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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" {