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

@ -6,7 +6,6 @@
#include <AK/LexicalPath.h>
#include <AK/String.h>
#include <LibCore/FileStream.h>
#include <LibGL/GL/gl.h>
#include <LibGL/GLContext.h>
#include <LibGfx/Bitmap.h>