1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

AK: Remove FileStream

This commit is contained in:
Tim Schumacher 2023-01-20 01:41:17 +01:00 committed by Andreas Kling
parent 9d7606b8de
commit 63cf9b973d
6 changed files with 0 additions and 181 deletions

View file

@ -9,7 +9,6 @@
#include <AK/Badge.h>
#include <AK/ByteBuffer.h>
#include <AK/DeprecatedString.h>
#include <AK/FileStream.h>
#include <AK/Function.h>
#include <AK/MemoryStream.h>
#include <AK/RefCounted.h>

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/FileStream.h>
#include <LibProtocol/Request.h>
#include <LibProtocol/RequestClient.h>