From f2ca64cecd2930130fd5f06b3b042d13f96bd108 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 21 Feb 2022 13:44:25 +0000 Subject: [PATCH] WebContent: Remove unused JS Lexer/Parser includes --- Userland/Services/WebContent/WebContentConsoleClient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/Services/WebContent/WebContentConsoleClient.cpp b/Userland/Services/WebContent/WebContentConsoleClient.cpp index 9ae9986c3d..896b644005 100644 --- a/Userland/Services/WebContent/WebContentConsoleClient.cpp +++ b/Userland/Services/WebContent/WebContentConsoleClient.cpp @@ -9,8 +9,6 @@ #include "WebContentConsoleClient.h" #include #include -#include -#include #include #include #include