LibWeb: Remove unused include from StackingContext

This commit is contained in:
Jelle Raaijmakers 2025-11-17 10:02:13 +01:00 committed by Jelle Raaijmakers
parent 871f121c75
commit 9547889a6b
Notes: github-actions[bot] 2025-11-18 14:12:29 +00:00

View file

@ -7,7 +7,6 @@
#pragma once #pragma once
#include <AK/Vector.h> #include <AK/Vector.h>
#include <LibGfx/Matrix4x4.h>
#include <LibWeb/Export.h> #include <LibWeb/Export.h>
#include <LibWeb/Painting/Paintable.h> #include <LibWeb/Painting/Paintable.h>