mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +00:00
Userland: Remove a bunch of unused includes
As reported by CLion.
This commit is contained in:
parent
16d51d78c0
commit
1eb048bed0
20 changed files with 2 additions and 48 deletions
|
@ -7,16 +7,9 @@
|
|||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/DirIterator.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static String read_var(const String& name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue