diff options
author | Tim Schumacher <timschumi@gmx.de> | 2023-01-20 00:15:02 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-20 20:50:42 +0000 |
commit | 0245614a4fb7cf297d0e1c183fffc327de0b2162 (patch) | |
tree | e30b35435fc06f213066157465438d8ffcf389d0 /Tests | |
parent | 2def995d22c4a3fa64284a37369293f68e40dd34 (diff) | |
download | serenity-0245614a4fb7cf297d0e1c183fffc327de0b2162.zip |
LibCore: Remove `FileStream`
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/LibGL/TestShaders.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/LibGL/TestShaders.cpp b/Tests/LibGL/TestShaders.cpp index 6a459c70e2..d4280436ad 100644 --- a/Tests/LibGL/TestShaders.cpp +++ b/Tests/LibGL/TestShaders.cpp @@ -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> |