LibWeb+Services: Remove unused #includes

No functional changes.
This commit is contained in:
Jelle Raaijmakers
2025-01-29 10:22:59 +01:00
committed by Alexander Kalenik
parent 20fbd38b77
commit 4fbeea6482
11 changed files with 2 additions and 28 deletions

View File

@@ -15,7 +15,6 @@
#include <LibWeb/HTML/TraversableNavigable.h>
#include <LibWeb/HTML/Window.h>
#include <LibWeb/HTML/WindowProxy.h>
#include <LibWeb/Layout/Viewport.h>
#include <LibWeb/Page/Page.h>
#include <LibWeb/Painting/DisplayListPlayerSkia.h>
#include <LibWeb/Painting/PaintContext.h>