mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
Terminal: Remove unused includes
This commit is contained in:
parent
734bd9841a
commit
9550564767
Notes:
sideshowbarker
2024-07-18 17:00:25 +09:00
Author: https://github.com/metmo
Commit: 9550564767
Pull-request: https://github.com/SerenityOS/serenity/pull/7694
Issue: https://github.com/SerenityOS/serenity/issues/7465
1 changed files with 0 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
|||
#include <LibGUI/CheckBox.h>
|
||||
#include <LibGUI/Event.h>
|
||||
#include <LibGUI/FontPicker.h>
|
||||
#include <LibGUI/GroupBox.h>
|
||||
#include <LibGUI/Icon.h>
|
||||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Menubar.h>
|
||||
|
@ -28,12 +27,10 @@
|
|||
#include <LibGUI/TextBox.h>
|
||||
#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>
|
||||
#include <fcntl.h>
|
||||
#include <pty.h>
|
||||
#include <pwd.h>
|
||||
#include <serenity.h>
|
||||
|
@ -43,7 +40,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue