1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

HackStudio: Remove unused includes

This commit is contained in:
Marcus Nilsson 2021-06-02 22:06:18 +02:00 committed by Linus Groh
parent 8d3539a1c4
commit b43dad1741
5 changed files with 0 additions and 11 deletions

View file

@ -8,11 +8,9 @@
#include <AK/LexicalPath.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/ConfigFile.h>
#include <LibCore/DirIterator.h>
#include <LibCore/File.h>
#include <assert.h>
#include <fcntl.h>
#include <spawn.h>
#include <sys/stat.h>