From 1d7f44b629f3a92bca9e28cc2906c23fe9da4b3d Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 10 Jan 2023 08:54:46 -0500 Subject: [PATCH] ImageDecoder: Remove unused LibWeb forwarding header ImageDecoder has no reason to depend on LibWeb. --- Userland/Services/ImageDecoder/ConnectionFromClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Services/ImageDecoder/ConnectionFromClient.h b/Userland/Services/ImageDecoder/ConnectionFromClient.h index 1deaca8c113..6b8a5e80863 100644 --- a/Userland/Services/ImageDecoder/ConnectionFromClient.h +++ b/Userland/Services/ImageDecoder/ConnectionFromClient.h @@ -11,7 +11,6 @@ #include #include #include -#include namespace ImageDecoder {