1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:37:35 +00:00

LibCore: Remove FileStream

This commit is contained in:
Tim Schumacher 2023-01-20 00:15:02 +01:00 committed by Linus Groh
parent 2def995d22
commit 0245614a4f
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>