LibJS: Remove some unused runtime headers from Heap folder

This commit is contained in:
Shannon Booth
2024-08-19 11:51:04 +12:00
committed by Andreas Kling
parent 520aa04092
commit 2f6bcb3538
5 changed files with 4 additions and 11 deletions

View File

@@ -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 {