LibWeb: Remove unused includes

No functional changes.
This commit is contained in:
Jelle Raaijmakers 2025-06-16 15:49:48 +02:00 committed by Jelle Raaijmakers
parent 59a2e10a4e
commit c999dd0c9f
Notes: github-actions[bot] 2025-06-17 09:57:21 +00:00
2 changed files with 0 additions and 3 deletions

View file

@ -10,8 +10,6 @@
#include <LibGfx/AffineTransform.h>
#include <LibGfx/Matrix4x4.h>
#include <LibGfx/Rect.h>
#include <LibWeb/CSS/StyleValues/TransformationStyleValue.h>
#include <LibWeb/Layout/Box.h>
#include <LibWeb/Layout/ReplacedBox.h>
#include <LibWeb/Layout/Viewport.h>
#include <LibWeb/Painting/Blending.h>