diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-15 00:13:44 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-15 00:13:44 +0100 |
commit | 69400c2ca14125c606f31543d7e0f449687cf628 (patch) | |
tree | 99b78d5f6313f2851d42b40c22d3a264df58bc12 /DevTools | |
parent | 6a3cd11a8035747c05e781064a8a0084736908c8 (diff) | |
download | serenity-69400c2ca14125c606f31543d7e0f449687cf628.zip |
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Diffstat (limited to 'DevTools')
-rw-r--r-- | DevTools/HackStudio/ProcessStateWidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/DevTools/HackStudio/ProcessStateWidget.h b/DevTools/HackStudio/ProcessStateWidget.h index e1e49a170a..97888371bf 100644 --- a/DevTools/HackStudio/ProcessStateWidget.h +++ b/DevTools/HackStudio/ProcessStateWidget.h @@ -28,9 +28,6 @@ #include <LibGUI/Widget.h> -namespace Core { -class Timer; -} namespace GUI { class Label; } |