1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

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

This commit is contained in:
Andreas Kling 2020-02-15 00:13:44 +01:00
parent 6a3cd11a80
commit 69400c2ca1
8 changed files with 2 additions and 31 deletions

View file

@ -32,10 +32,6 @@
#include <LibGfx/Rect.h>
#include <LibGUI/WindowType.h>
namespace Core {
class MimeData;
}
namespace GUI {
class Event : public Core::Event {