TextEditor: Remove unused header includes
This commit is contained in:
parent
ecaae2d10f
commit
c2d556be3d
Notes:
sideshowbarker
2024-07-18 16:58:06 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/c2d556be3d7 Pull-request: https://github.com/SerenityOS/serenity/pull/7725
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include "MainWidget.h"
|
||||
#include <AK/JsonValue.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/URL.h>
|
||||
|
@ -27,7 +26,6 @@
|
|||
#include <LibGUI/Menubar.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/RegularEditingEngine.h>
|
||||
#include <LibGUI/Splitter.h>
|
||||
#include <LibGUI/Statusbar.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
#include <LibGUI/TextEditor.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue