mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +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:
@@ -27,14 +27,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <AK/Function.h>
|
||||
#include <LibGUI/Model.h>
|
||||
#include <LibGUI/ModelSelection.h>
|
||||
#include <LibGUI/ScrollableWidget.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class ModelEditingDelegate;
|
||||
|
||||
class AbstractView : public ScrollableWidget {
|
||||
C_OBJECT_ABSTRACT(AbstractView)
|
||||
friend class Model;
|
||||
|
||||
Reference in New Issue
Block a user