mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user