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

@ -12,7 +12,6 @@
#include <LibCore/ArgsParser.h>
#include <LibCore/DeprecatedFile.h>
#include <LibCore/StandardPaths.h>
#include <LibCore/Stream.h>
#include <LibLine/Editor.h>
#include <LibMain/Main.h>
#include <LibSQL/AST/Lexer.h>