From: Yann Collet Date: Wed, 8 Jan 2025 07:34:19 +0000 (-0800) Subject: removed erroneous #includes X-Git-Tag: v1.5.7^2~36^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd53924eff684146b67e890d7b48158c37eca32c;p=thirdparty%2Fzstd.git removed erroneous #includes that were automatically added by the editor without notification --- diff --git a/lib/compress/zstd_compress.c b/lib/compress/zstd_compress.c index 445c5613a..beff0aae6 100644 --- a/lib/compress/zstd_compress.c +++ b/lib/compress/zstd_compress.c @@ -15,9 +15,7 @@ #include "../common/zstd_deps.h" /* INT_MAX, ZSTD_memset, ZSTD_memcpy */ #include "../common/mem.h" #include "../common/error_private.h" -#include "compiler.h" #include "hist.h" /* HIST_countFast_wksp */ -#include "zstd_internal.h" #define FSE_STATIC_LINKING_ONLY /* FSE_encodeSymbol */ #include "../common/fse.h" #include "../common/huf.h"