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:
parent
be055b3ddd
commit
8cb789d061
11 changed files with 0 additions and 11 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue