1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:17:34 +00:00

LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>

This commit is contained in:
Andreas Kling 2020-02-15 00:10:34 +01:00
parent 34c7322d77
commit a368cf7d51
23 changed files with 30 additions and 83 deletions

View file

@ -30,15 +30,12 @@
#include <AK/String.h>
#include <AK/WeakPtr.h>
#include <LibCore/Object.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Rect.h>
#include <WindowServer/Cursor.h>
#include <WindowServer/MenuItem.h>
#include <WindowServer/Window.h>
namespace Gfx {
class Font;
}
namespace WindowServer {
class ClientConnection;