LibGUI: Reduce menu-related header dependencies

This commit is contained in:
Andreas Kling 2020-02-15 01:56:30 +01:00
commit b011ea9962
Notes: sideshowbarker 2024-07-19 09:19:30 +09:00
16 changed files with 32 additions and 10 deletions

View file

@ -44,6 +44,7 @@
#include <LibGUI/JsonArrayModel.h>
#include <LibGUI/Label.h>
#include <LibGUI/LazyWidget.h>
#include <LibGUI/Menu.h>
#include <LibGUI/MenuBar.h>
#include <LibGUI/Painter.h>
#include <LibGUI/SortingProxyModel.h>