mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
LibGUI: Add forwarding header
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it.
This commit is contained in:
@@ -26,14 +26,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class Painter;
|
||||
|
||||
class AbstractButton : public Widget {
|
||||
C_OBJECT_ABSTRACT(GAbstractButton)
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user