From 346825bd785e89c02c6fa0b6c557e5b0978673ef Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Tue, 7 Nov 2023 08:11:56 +1300 Subject: [PATCH] LibWeb: Remove unused DeprecatedFlyString include from HTMLCollection --- Userland/Libraries/LibWeb/DOM/HTMLCollection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/DOM/HTMLCollection.h b/Userland/Libraries/LibWeb/DOM/HTMLCollection.h index 9e031b5850..c94724b1ba 100644 --- a/Userland/Libraries/LibWeb/DOM/HTMLCollection.h +++ b/Userland/Libraries/LibWeb/DOM/HTMLCollection.h @@ -7,7 +7,6 @@ #pragma once -#include #include #include #include