1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00

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
Notes: sideshowbarker 2024-07-19 09:19:56 +09:00
12 changed files with 26 additions and 8 deletions

View file

@ -1,6 +1,7 @@
#include <LibGUI/CppLexer.h>
#include <LibGUI/CppSyntaxHighlighter.h>
#include <LibGUI/TextEditor.h>
#include <LibGfx/Font.h>
namespace GUI {