From c7cd6f2bef887b21713cb87f34f6b59691bfed68 Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Sun, 8 Oct 2023 12:48:20 +1300 Subject: [PATCH] LibWeb: Remove some unused DeprecatedFlyString includes --- Userland/Libraries/LibWeb/DOM/Attr.h | 1 - Userland/Libraries/LibWeb/DOM/Comment.h | 1 - Userland/Libraries/LibWeb/DOM/DocumentFragment.h | 1 - Userland/Libraries/LibWeb/DOM/DocumentType.h | 1 - Userland/Libraries/LibWeb/DOM/EventTarget.h | 1 - Userland/Libraries/LibWeb/DOM/ProcessingInstruction.h | 1 - Userland/Libraries/LibWeb/DOM/Text.h | 2 -- Userland/Libraries/LibWeb/Encoding/TextEncoder.cpp | 1 - Userland/Libraries/LibWeb/FontCache.cpp | 1 - 9 files changed, 10 deletions(-) diff --git a/Userland/Libraries/LibWeb/DOM/Attr.h b/Userland/Libraries/LibWeb/DOM/Attr.h index 7036053d76..1674d7f72e 100644 --- a/Userland/Libraries/LibWeb/DOM/Attr.h +++ b/Userland/Libraries/LibWeb/DOM/Attr.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include diff --git a/Userland/Libraries/LibWeb/DOM/Comment.h b/Userland/Libraries/LibWeb/DOM/Comment.h index 226a9ef789..9b0f97591f 100644 --- a/Userland/Libraries/LibWeb/DOM/Comment.h +++ b/Userland/Libraries/LibWeb/DOM/Comment.h @@ -6,7 +6,6 @@ #pragma once -#include #include namespace Web::DOM { diff --git a/Userland/Libraries/LibWeb/DOM/DocumentFragment.h b/Userland/Libraries/LibWeb/DOM/DocumentFragment.h index d4832fb0ef..e2db8eb523 100644 --- a/Userland/Libraries/LibWeb/DOM/DocumentFragment.h +++ b/Userland/Libraries/LibWeb/DOM/DocumentFragment.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include diff --git a/Userland/Libraries/LibWeb/DOM/DocumentType.h b/Userland/Libraries/LibWeb/DOM/DocumentType.h index ceda81d188..2acdc1d488 100644 --- a/Userland/Libraries/LibWeb/DOM/DocumentType.h +++ b/Userland/Libraries/LibWeb/DOM/DocumentType.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include diff --git a/Userland/Libraries/LibWeb/DOM/EventTarget.h b/Userland/Libraries/LibWeb/DOM/EventTarget.h index cfc5f729ca..233c622746 100644 --- a/Userland/Libraries/LibWeb/DOM/EventTarget.h +++ b/Userland/Libraries/LibWeb/DOM/EventTarget.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include diff --git a/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.h b/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.h index a4cfd12eec..faa05a8f7b 100644 --- a/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.h +++ b/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.h @@ -6,7 +6,6 @@ #pragma once -#include #include namespace Web::DOM { diff --git a/Userland/Libraries/LibWeb/DOM/Text.h b/Userland/Libraries/LibWeb/DOM/Text.h index 90e35dd1c5..66aacbc134 100644 --- a/Userland/Libraries/LibWeb/DOM/Text.h +++ b/Userland/Libraries/LibWeb/DOM/Text.h @@ -7,8 +7,6 @@ #pragma once -#include -#include #include #include diff --git a/Userland/Libraries/LibWeb/Encoding/TextEncoder.cpp b/Userland/Libraries/LibWeb/Encoding/TextEncoder.cpp index 1993bf60d1..b55cd684be 100644 --- a/Userland/Libraries/LibWeb/Encoding/TextEncoder.cpp +++ b/Userland/Libraries/LibWeb/Encoding/TextEncoder.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include #include #include #include diff --git a/Userland/Libraries/LibWeb/FontCache.cpp b/Userland/Libraries/LibWeb/FontCache.cpp index f7d991d4e5..d5d593bfb0 100644 --- a/Userland/Libraries/LibWeb/FontCache.cpp +++ b/Userland/Libraries/LibWeb/FontCache.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include #include #include