LibCore: Remove Stream.h

This commit is contained in:
Tim Schumacher 2023-02-09 03:11:50 +01:00 committed by Linus Groh
commit 874c7bba28
Notes: sideshowbarker 2024-07-18 02:13:10 +09:00
200 changed files with 36 additions and 219 deletions

View file

@ -5,8 +5,8 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/DeprecatedString.h>
#include <LibCore/File.h>
#include <LibCore/Stream.h>
#include <LibMain/Main.h>
ErrorOr<int> serenity_main(Main::Arguments)