LibCompress: Remove unused header in Gzip

This commit is contained in:
Ben Wiederhake 2026-02-21 14:13:00 +01:00 committed by Jelle Raaijmakers
parent e03e2737dd
commit 7e9249241b

View file

@ -8,7 +8,7 @@
#pragma once
#include <LibCompress/Zlib.h>
#include <LibCompress/GenericZlib.h>
namespace Compress {