LibWasm: Clean up #include directives

This change aims to improve the speed of incremental builds.
This commit is contained in:
Pavel Shliak 2024-11-21 01:48:16 +04:00 committed by Alexander Kalenik
commit 35764db0b7
Notes: github-actions[bot] 2024-11-21 13:09:52 +00:00
4 changed files with 3 additions and 9 deletions

View file

@ -9,8 +9,7 @@
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/HashTable.h>
#include <AK/OwnPtr.h>
#include <AK/Result.h>
#include <AK/NonnullOwnPtr.h>
#include <AK/StackInfo.h>
#include <AK/UFixedBigInt.h>
#include <LibWasm/Types.h>