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
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

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <LibGC/Root.h> #include <LibGC/Root.h>
#include <LibGfx/Cursor.h>
#include <LibWeb/CSS/ComputedValues.h> #include <LibWeb/CSS/ComputedValues.h>
#include <LibWeb/Forward.h> #include <LibWeb/Forward.h>
#include <LibWeb/InvalidateDisplayList.h> #include <LibWeb/InvalidateDisplayList.h>

View file

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