mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 10:26:37 +02:00
LibJS: Remove some unused runtime headers from Heap folder
This commit is contained in:
committed by
Andreas Kling
parent
520aa04092
commit
2f6bcb3538
Notes:
github-actions[bot]
2024-11-13 10:09:48 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/2f6bcb35385 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2284
@@ -5,10 +5,10 @@
|
||||
*/
|
||||
|
||||
#include <LibJS/Bytecode/BasicBlock.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibJS/Bytecode/Executable.h>
|
||||
#include <LibJS/Bytecode/Instruction.h>
|
||||
#include <LibJS/Bytecode/RegexTable.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibJS/SourceCode.h>
|
||||
|
||||
namespace JS::Bytecode {
|
||||
|
||||
Reference in New Issue
Block a user