From e03e2737dd93578d564a1a15468a2dd422b0fb5a Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 21 Feb 2026 14:10:32 +0100 Subject: [PATCH] LibCompress: Remove unused header in Deflate --- Libraries/LibCompress/Deflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/LibCompress/Deflate.h b/Libraries/LibCompress/Deflate.h index 466ff53aff..f462d76017 100644 --- a/Libraries/LibCompress/Deflate.h +++ b/Libraries/LibCompress/Deflate.h @@ -10,7 +10,7 @@ #include #include -#include +#include namespace Compress {