mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
AK: Remove unused include from OptionParser
This commit is contained in:
committed by
Sam Atkins
parent
aeaa68c6fa
commit
feb465ca7f
Notes:
github-actions[bot]
2026-02-17 12:40:46 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/feb465ca7fe Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7986 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/gmta ✅
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <AK/OptionParser.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include <AK/Format.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user