mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00: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
|
@ -31,13 +31,10 @@
|
|||
#include <AK/HashTable.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
#include <LibGUI/ModelIndex.h>
|
||||
#include <LibGUI/Variant.h>
|
||||
|
||||
namespace Gfx {
|
||||
class Font;
|
||||
}
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue