LibGUI: Remove more header dependencies from Widget.h

This commit is contained in:
Andreas Kling
2020-02-15 00:24:14 +01:00
parent 69400c2ca1
commit e1ff4fa034
12 changed files with 26 additions and 8 deletions

View File

@@ -30,6 +30,7 @@
#include <LibGUI/BoxLayout.h>
#include <LibGUI/InputBox.h>
#include <LibGUI/Label.h>
#include <LibGfx/Font.h>
extern RefPtr<EditorWrapper> g_current_editor_wrapper;