1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 11:14:58 +00:00

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
parent 02446a5431
commit b8f11b1bae
5 changed files with 1 additions and 4 deletions

View file

@ -6,6 +6,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibCore/ArgsParser.h>
#include <LibTest/JavaScriptTestRunner.h>
#include <signal.h>
#include <stdio.h>