AK: Remove unused include from OptionParser

This commit is contained in:
Ben Wiederhake 2026-02-16 14:31:37 +01:00 committed by Sam Atkins
parent aeaa68c6fa
commit feb465ca7f
2 changed files with 1 additions and 1 deletions

View file

@ -5,6 +5,7 @@
*/
#include <AK/OptionParser.h>
#include <AK/Vector.h>
namespace AK {

View file

@ -9,7 +9,6 @@
#include <AK/Format.h>
#include <AK/StringView.h>
#include <AK/Vector.h>
namespace AK {