mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:58:12 +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
|
@ -29,12 +29,9 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <LibGfx/Font.h>
|
||||
#include <LibGfx/Forward.h>
|
||||
#include <LibHTML/CSS/StyleValue.h>
|
||||
|
||||
namespace Gfx {
|
||||
class Color;
|
||||
}
|
||||
|
||||
class StyleProperties : public RefCounted<StyleProperties> {
|
||||
public:
|
||||
StyleProperties();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue