diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-01-10 08:54:46 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-01-10 16:08:14 +0100 |
commit | 1d7f44b629f3a92bca9e28cc2906c23fe9da4b3d (patch) | |
tree | e04db066fe4f2b18a77b844e6a25708bd551af37 /Userland/Services/ImageDecoder | |
parent | 9a60d3509d978d3ae14e1badecbe8d4d351f230b (diff) | |
download | serenity-1d7f44b629f3a92bca9e28cc2906c23fe9da4b3d.zip |
ImageDecoder: Remove unused LibWeb forwarding header
ImageDecoder has no reason to depend on LibWeb.
Diffstat (limited to 'Userland/Services/ImageDecoder')
-rw-r--r-- | Userland/Services/ImageDecoder/ConnectionFromClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/ImageDecoder/ConnectionFromClient.h b/Userland/Services/ImageDecoder/ConnectionFromClient.h index 1deaca8c11..6b8a5e8086 100644 --- a/Userland/Services/ImageDecoder/ConnectionFromClient.h +++ b/Userland/Services/ImageDecoder/ConnectionFromClient.h @@ -11,7 +11,6 @@ #include <ImageDecoder/ImageDecoderClientEndpoint.h> #include <ImageDecoder/ImageDecoderServerEndpoint.h> #include <LibIPC/ConnectionFromClient.h> -#include <LibWeb/Forward.h> namespace ImageDecoder { |