LibGUI: Remove some header dependencies from Widget.h

This commit is contained in:
Andreas Kling 2020-02-14 23:53:11 +01:00
commit 34c7322d77
Notes: sideshowbarker 2024-07-19 09:20:07 +09:00
36 changed files with 86 additions and 35 deletions

View file

@ -25,11 +25,12 @@
*/
#include <Kernel/KeyCode.h>
#include <LibGfx/CharacterBitmap.h>
#include <LibGfx/Palette.h>
#include <LibGfx/StylePainter.h>
#include <LibGUI/CheckBox.h>
#include <LibGUI/Painter.h>
#include <LibGfx/CharacterBitmap.h>
#include <LibGfx/Font.h>
#include <LibGfx/Palette.h>
#include <LibGfx/StylePainter.h>
namespace GUI {