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
commit 4fbeea6482
Notes: github-actions[bot] 2025-01-31 12:29:39 +00:00
11 changed files with 2 additions and 28 deletions

View file

@ -17,6 +17,7 @@
#include <LibWeb/HTML/TraversableNavigable.h>
#include <LibWeb/HTML/Window.h>
#include <LibWeb/Page/Page.h>
#include <LibWeb/Painting/BackingStore.h>
#include <LibWeb/Painting/ViewportPaintable.h>
#include <LibWeb/Platform/EventLoopPlugin.h>