diff options
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 { |