diff options
author | Tim Schumacher <timschumi@gmx.de> | 2023-02-09 03:11:50 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-13 00:50:07 +0000 |
commit | 874c7bba289222916911caf3102c77ee3a261d77 (patch) | |
tree | f23e954dc2455e423b3004473b754cb5a73ddc69 /Tests/LibMarkdown | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Tests/LibMarkdown')
-rw-r--r-- | Tests/LibMarkdown/TestCommonmark.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/LibMarkdown/TestCommonmark.cpp b/Tests/LibMarkdown/TestCommonmark.cpp index 338bc56c11..b3f685c905 100644 --- a/Tests/LibMarkdown/TestCommonmark.cpp +++ b/Tests/LibMarkdown/TestCommonmark.cpp @@ -9,7 +9,6 @@ #include <AK/JsonObject.h> #include <AK/JsonParser.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibMarkdown/Document.h> #include <LibTest/TestCase.h> #include <LibTest/TestSuite.h> |