1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 03:05:07 +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

@ -25,7 +25,6 @@
*/
#include <LibJS/Heap/Heap.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/Shape.h>
#include <LibWeb/Bindings/WindowObject.h>