]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed erroneous #includes
authorYann Collet <yann.collet.73@gmail.com>
Wed, 8 Jan 2025 07:34:19 +0000 (23:34 -0800)
committerYann Collet <cyan@fb.com>
Thu, 16 Jan 2025 01:11:27 +0000 (17:11 -0800)
that were automatically added by the editor without notification

lib/compress/zstd_compress.c

index 445c5613afa40c98c3c1293238ca51020ffc0695..beff0aae6fe961171aae2b60b5173f6cc8df1719 100644 (file)
@@ -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"