mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
This commit is contained in:
@@ -29,19 +29,10 @@
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <LibGfx/Palette.h>
|
||||
#include <LibCore/Forward.h>
|
||||
#include <LibGUI/Shortcut.h>
|
||||
|
||||
namespace AK {
|
||||
class SharedBuffer;
|
||||
}
|
||||
namespace Core {
|
||||
class EventLoop;
|
||||
}
|
||||
namespace Gfx {
|
||||
class Palette;
|
||||
class Point;
|
||||
}
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/Palette.h>
|
||||
|
||||
namespace GUI {
|
||||
class Action;
|
||||
|
||||
Reference in New Issue
Block a user