LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>

This commit is contained in:
Andreas Kling 2020-02-15 00:10:34 +01:00
commit a368cf7d51
Notes: sideshowbarker 2024-07-19 09:20:04 +09:00
23 changed files with 30 additions and 83 deletions

View file

@ -29,10 +29,6 @@
#include <LibGfx/TextAlignment.h>
#include <LibGUI/Frame.h>
namespace Gfx {
class Bitmap;
}
namespace GUI {
class Label : public Frame {