Cleaning up

This commit is contained in:
Georgii Rylov :slightly_smiling_face
2025-02-24 17:33:14 +00:00
parent 32338bb7d6
commit cc3f0a096b
6 changed files with 5 additions and 12 deletions

View File

@ -10,7 +10,6 @@
#include "../common/wasm_runtime_common.h"
#include "../interpreter/wasm_runtime.h"
#include "../compilation/aot.h"
#include "platform_common.h"
#if WASM_ENABLE_GC != 0
#include "gc_export.h"
#endif