mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
LibGUI: Remove more header dependencies from Widget.h
This commit is contained in:
parent
69400c2ca1
commit
e1ff4fa034
12 changed files with 26 additions and 8 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/SpinBox.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
#include <LibGfx/Font.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
FontEditorWidget::FontEditorWidget(const String& path, RefPtr<Gfx::Font>&& edited_font, GUI::Widget* parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue