diff options
Diffstat (limited to 'Userland/Services/ImageDecoder/ClientConnection.cpp')
-rw-r--r-- | Userland/Services/ImageDecoder/ClientConnection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/ImageDecoder/ClientConnection.cpp b/Userland/Services/ImageDecoder/ClientConnection.cpp index c52a221a5f..e6cb73cbfb 100644 --- a/Userland/Services/ImageDecoder/ClientConnection.cpp +++ b/Userland/Services/ImageDecoder/ClientConnection.cpp @@ -25,7 +25,6 @@ */ #include <AK/Badge.h> -#include <AK/SharedBuffer.h> #include <ImageDecoder/ClientConnection.h> #include <ImageDecoder/ImageDecoderClientEndpoint.h> #include <LibGfx/Bitmap.h> |