mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
This commit is contained in:
parent
6a3cd11a80
commit
69400c2ca1
Notes:
sideshowbarker
2024-07-19 09:19:59 +09:00
Author: https://github.com/awesomekling
Commit: 69400c2ca1
8 changed files with 2 additions and 31 deletions
|
@ -32,10 +32,6 @@
|
|||
#include <LibGfx/Rect.h>
|
||||
#include <LibGUI/WindowType.h>
|
||||
|
||||
namespace Core {
|
||||
class MimeData;
|
||||
}
|
||||
|
||||
namespace GUI {
|
||||
|
||||
class Event : public Core::Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue