LibCore: Remove FileStream

This commit is contained in:
Tim Schumacher 2023-01-20 00:15:02 +01:00 committed by Linus Groh
commit 0245614a4f
Notes: sideshowbarker 2024-07-17 02:42:21 +09:00
5 changed files with 0 additions and 146 deletions

View file

@ -14,7 +14,6 @@
#include <LibCore/DirIterator.h>
#include <LibCore/Directory.h>
#include <LibCore/File.h>
#include <LibCore/FileStream.h>
#include <LibCore/Stream.h>
#include <LibCore/System.h>
#include <LibMain/Main.h>