mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
This commit is contained in:
parent
34c7322d77
commit
a368cf7d51
23 changed files with 30 additions and 83 deletions
|
@ -30,11 +30,7 @@
|
|||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
|
||||
namespace Gfx {
|
||||
class CharacterBitmap;
|
||||
class Painter;
|
||||
}
|
||||
#include <LibGfx/Forward.h>
|
||||
|
||||
namespace WindowServer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue