LibWeb: Remove unused includes for DeprecatedString

Missed these before, oops.
This commit is contained in:
Sam Atkins 2023-02-14 15:07:50 +00:00 committed by Tim Flynn
commit 9e735cc02e
Notes: sideshowbarker 2024-07-17 00:23:44 +09:00
4 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/DeprecatedString.h>
#include <LibWeb/CSS/Parser/Token.h>
#include <LibWeb/CSS/Serialize.h>