mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
GameOfLife: Remove some unused includes
This commit is contained in:
parent
030360c787
commit
9a3f62adc7
Notes:
sideshowbarker
2024-07-18 17:59:13 +09:00
Author: https://github.com/linusg
Commit: 9a3f62adc7
Pull-request: https://github.com/SerenityOS/serenity/pull/7194
1 changed files with 0 additions and 3 deletions
|
@ -13,12 +13,9 @@
|
|||
#include <LibGUI/Label.h>
|
||||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Menubar.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/Slider.h>
|
||||
#include <LibGUI/SpinBox.h>
|
||||
#include <LibGUI/Statusbar.h>
|
||||
#include <LibGUI/Toolbar.h>
|
||||
#include <LibGUI/ToolbarContainer.h>
|
||||
#include <LibGUI/Window.h>
|
||||
|
||||
const char* click_tip = "Tip: click the board to toggle individual cells, or click+drag to toggle multiple cells";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue