mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
DevTools: Remove unused header includes
This commit is contained in:
committed by
Gunnar Beutner
parent
a51e6547aa
commit
a4c37d49a0
Notes:
sideshowbarker
2024-07-18 07:39:36 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/a4c37d49a01 Pull-request: https://github.com/SerenityOS/serenity/pull/9120 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -9,12 +9,9 @@
|
||||
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <Kernel/API/InodeWatcherEvent.h>
|
||||
#include <LibCore/DirIterator.h>
|
||||
#include <LibGUI/Icon.h>
|
||||
#include <LibGUI/Variant.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
Reference in New Issue
Block a user