1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:05:08 +00:00

LibGUI: Remove some header dependencies from Widget.h

This commit is contained in:
Andreas Kling 2020-02-14 23:53:11 +01:00
parent 08cae2773d
commit 34c7322d77
36 changed files with 86 additions and 35 deletions

View file

@ -28,8 +28,9 @@
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/Vector.h>
#include <LibGfx/Palette.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Font.h>
#include <LibGfx/Palette.h>
TextWidget::TextWidget(GUI::Widget* parent)
: GUI::Frame(parent)