1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:37:34 +00:00

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
parent 3685a8813a
commit 9e735cc02e
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>