LibJS: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 00:47:13 -07:00 committed by Gunnar Beutner
commit 53166c10ca
Notes: sideshowbarker 2024-07-18 07:40:09 +09:00
15 changed files with 0 additions and 23 deletions

View file

@ -10,7 +10,6 @@
#include <LibJS/Bytecode/Instruction.h>
#include <LibJS/Bytecode/Op.h>
#include <LibJS/Bytecode/Register.h>
#include <LibJS/Forward.h>
namespace JS::Bytecode {

View file

@ -7,7 +7,6 @@
*/
#include <AK/HashTable.h>
#include <LibJS/AST.h>
#include <LibJS/Bytecode/Interpreter.h>
#include <LibJS/Bytecode/Op.h>
#include <LibJS/Runtime/Array.h>

View file

@ -5,7 +5,6 @@
*/
#include <LibJS/Bytecode/PassManager.h>
#include <stdio.h>
namespace JS::Bytecode::Passes {