mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWasm: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
parent
caf7983039
commit
35764db0b7
Notes:
github-actions[bot]
2024-11-21 13:09:52 +00:00
Author: https://github.com/shlyakpavel
Commit: 35764db0b7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2468
4 changed files with 3 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue