LibWeb: Remove unused includes from SVGSymbolElement.cpp

This commit is contained in:
Jelle Raaijmakers 2025-11-26 13:03:06 +01:00 committed by Jelle Raaijmakers
parent cfce5dc970
commit 9b1ee8f3e2
Notes: github-actions[bot] 2025-11-27 06:57:08 +00:00

View file

@ -8,12 +8,8 @@
#include <LibWeb/Bindings/SVGSymbolElementPrototype.h>
#include <LibWeb/CSS/ComputedProperties.h>
#include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
#include <LibWeb/CSS/StyleValues/KeywordStyleValue.h>
#include <LibWeb/CSS/StyleValues/ShorthandStyleValue.h>
#include <LibWeb/DOM/ShadowRoot.h>
#include <LibWeb/Layout/SVGGraphicsBox.h>
#include <LibWeb/SVG/AttributeNames.h>
#include <LibWeb/SVG/SVGAnimatedRect.h>
#include <LibWeb/SVG/SVGSymbolElement.h>
#include <LibWeb/SVG/SVGUseElement.h>