1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

WebContent: Remove a bunch of unused includes from PageHost

Mostly just to narrow down where HAS_ACCELERATED_GRAPHICS is used, to
make it easier to see where it needs to be defined by the build system.
This commit is contained in:
Timothy Flynn 2023-12-01 15:17:31 -05:00 committed by Tim Flynn
parent 4ced88b4e5
commit ea81470fc0
2 changed files with 6 additions and 24 deletions

View file

@ -8,16 +8,13 @@
#pragma once
#include <LibAccelGfx/Forward.h>
#include <LibGfx/Rect.h>
#include <LibWeb/Page/Page.h>
#include <LibWeb/PixelUnits.h>
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/NonnullOwnPtr.h>
#include <WebContent/Forward.h>
namespace WebContent {
class ConnectionFromClient;
class PageHost {
AK_MAKE_NONCOPYABLE(PageHost);
AK_MAKE_NONMOVABLE(PageHost);