1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:58:10 +00:00

LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes

This commit is contained in:
Andreas Kling 2020-09-29 17:04:16 +02:00
parent be055b3ddd
commit 8cb789d061
11 changed files with 0 additions and 11 deletions

View file

@ -435,7 +435,6 @@ void generate_implementation(const IDL::Interface& interface)
auto& wrapper_base_class = interface.wrapper_base_class;
out() << "#include <AK/FlyString.h>";
out() << "#include <LibJS/Interpreter.h>";
out() << "#include <LibJS/Runtime/Array.h>";
out() << "#include <LibJS/Runtime/Value.h>";
out() << "#include <LibJS/Runtime/GlobalObject.h>";