Everywhere: Remove unused ArgsParser header

Found while trying to enumerate all programs that use ArgsParser.
This commit is contained in:
Ben Wiederhake 2021-10-26 21:06:35 +02:00 committed by Linus Groh
commit b8f11b1bae
Notes: sideshowbarker 2024-07-18 01:38:57 +09:00
5 changed files with 1 additions and 4 deletions

View file

@ -18,7 +18,6 @@
#include <AK/StringBuilder.h>
#include <AK/TemporaryChange.h>
#include <AK/URL.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/DirIterator.h>
#include <LibCore/Event.h>
#include <LibCore/EventLoop.h>