ImageDecoder: Remove unused LibWeb forwarding header

ImageDecoder has no reason to depend on LibWeb.
This commit is contained in:
Timothy Flynn 2023-01-10 08:54:46 -05:00 committed by Andreas Kling
parent 9a60d3509d
commit 1d7f44b629

View file

@ -11,7 +11,6 @@
#include <ImageDecoder/ImageDecoderClientEndpoint.h>
#include <ImageDecoder/ImageDecoderServerEndpoint.h>
#include <LibIPC/ConnectionFromClient.h>
#include <LibWeb/Forward.h>
namespace ImageDecoder {