LibGUI: Remove some header dependencies from Application.h

This commit is contained in:
Andreas Kling 2020-02-15 01:18:12 +01:00
commit dcb0766d3f
Notes: sideshowbarker 2024-07-19 09:19:38 +09:00
4 changed files with 16 additions and 10 deletions

View file

@ -40,6 +40,7 @@
#include <LibGUI/Widget.h>
#include <LibGUI/Window.h>
#include <LibGfx/Font.h>
#include <LibGfx/Palette.h>
#include <LibVT/TerminalWidget.h>
#include <assert.h>
#include <errno.h>