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,7 +9,6 @@
#include <AK/Endian.h>
#include <AK/LEB128.h>
#include <AK/MemoryStream.h>
#include <AK/ScopeGuard.h>
#include <AK/ScopeLogger.h>
#include <AK/UFixedBigInt.h>
#include <LibWasm/Types.h>