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

LibGUI: Reduce menu-related header dependencies

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

View file

@ -37,6 +37,7 @@
#include <LibGUI/CppSyntaxHighlighter.h>
#include <LibGUI/FilePicker.h>
#include <LibGUI/FontDatabase.h>
#include <LibGUI/Menu.h>
#include <LibGUI/MenuBar.h>
#include <LibGUI/MessageBox.h>
#include <LibGUI/StatusBar.h>