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
Notes: sideshowbarker 2024-07-19 02:07:53 +09:00
11 changed files with 0 additions and 11 deletions

View file

@ -25,7 +25,6 @@
*/
#include <AK/StringBuilder.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Parser.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Text.h>