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

This commit is contained in:
Andreas Kling 2020-02-15 00:13:44 +01:00
commit 69400c2ca1
Notes: sideshowbarker 2024-07-19 09:19:59 +09:00
8 changed files with 2 additions and 31 deletions

View file

@ -28,9 +28,6 @@
#include <LibGUI/Widget.h>
namespace Core {
class Timer;
}
namespace GUI {
class Label;
}