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

Userland: Remove a bunch of unused includes

As reported by CLion.
This commit is contained in:
Linus Groh 2021-05-31 18:01:53 +01:00
parent 16d51d78c0
commit 1eb048bed0
20 changed files with 2 additions and 48 deletions

View file

@ -4,14 +4,11 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/ByteBuffer.h>
#include <AK/OwnPtr.h>
#include <AK/String.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
#include <LibMarkdown/Document.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <unistd.h>