From bea2e52faa05e812f4af39fec0ebaac44d7254a4 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 7 Jan 2025 23:34:19 -0800 Subject: [PATCH] removed erroneous #includes that were automatically added by the editor without notification --- lib/compress/zstd_compress.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/compress/zstd_compress.c b/lib/compress/zstd_compress.c index 445c5613af..beff0aae6f 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"