LibWeb/CSS: Remove unused Debug.h include from GradientParsing.cpp

This commit is contained in:
Sam Atkins 2025-07-23 11:07:19 +01:00
commit 01661503b9
Notes: github-actions[bot] 2025-08-04 09:51:51 +00:00

View file

@ -8,7 +8,6 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <AK/Debug.h>
#include <AK/NonnullRawPtr.h> #include <AK/NonnullRawPtr.h>
#include <LibWeb/CSS/Parser/Parser.h> #include <LibWeb/CSS/Parser/Parser.h>
#include <LibWeb/CSS/StyleValues/ConicGradientStyleValue.h> #include <LibWeb/CSS/StyleValues/ConicGradientStyleValue.h>