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 /Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp | |
parent | 606a3982f34d777f121fcc4aa964141199676c20 (diff) | |
download | serenity-874c7bba289222916911caf3102c77ee3a261d77.zip |
LibCore: Remove `Stream.h`
Diffstat (limited to 'Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp')
-rw-r--r-- | Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp b/Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp index 6f7b1dfee6..080784ee13 100644 --- a/Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp @@ -11,7 +11,6 @@ #include <AK/SourceGenerator.h> #include <AK/StringBuilder.h> #include <LibCore/File.h> -#include <LibCore/Stream.h> #include <LibMain/Main.h> #include <ctype.h> #include <stdio.h> |