mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
This commit is contained in:
parent
34c7322d77
commit
a368cf7d51
Notes:
sideshowbarker
2024-07-19 09:20:04 +09:00
Author: https://github.com/awesomekling
Commit: a368cf7d51
23 changed files with 30 additions and 83 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue