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

@ -13,7 +13,6 @@
#include <AK/Types.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
#include <LibCore/Stream.h>
#include <LibMain/Main.h>
#include <ctype.h>