1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00

LibJS: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 00:47:13 -07:00 committed by Gunnar Beutner
parent b10657a2b6
commit 53166c10ca
15 changed files with 0 additions and 23 deletions

View file

@ -10,7 +10,6 @@
#include <LibJS/Bytecode/BasicBlock.h>
#include <LibJS/Bytecode/Generator.h>
#include <LibJS/Bytecode/Interpreter.h>
#include <LibJS/Bytecode/PassManager.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/Array.h>
#include <LibJS/Runtime/Error.h>