mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
Applications: Remove unused header includes
This commit is contained in:
parent
4374e1e213
commit
a51e6547aa
40 changed files with 0 additions and 78 deletions
|
@ -11,7 +11,6 @@
|
|||
#include <Applications/HexEditor/FindDialogGML.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/Label.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/RadioButton.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
#include <LibGUI/Statusbar.h>
|
||||
#include <LibGUI/TableView.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
#include <LibGUI/TextEditor.h>
|
||||
#include <LibGUI/Toolbar.h>
|
||||
#include <LibGUI/ToolbarContainer.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
REGISTER_WIDGET(HexEditor, HexEditor);
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "HexEditorWidget.h"
|
||||
#include <LibGUI/Icon.h>
|
||||
#include <LibGUI/Menubar.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue