Skip to content

Commit bea2e52

Browse files
committed
removed erroneous #includes
that were automatically added by the editor without notification
1 parent bde3e5f commit bea2e52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/compress/zstd_compress.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
#include "../common/zstd_deps.h" /* INT_MAX, ZSTD_memset, ZSTD_memcpy */
1616
#include "../common/mem.h"
1717
#include "../common/error_private.h"
18-
#include "compiler.h"
1918
#include "hist.h" /* HIST_countFast_wksp */
20-
#include "zstd_internal.h"
2119
#define FSE_STATIC_LINKING_ONLY /* FSE_encodeSymbol */
2220
#include "../common/fse.h"
2321
#include "../common/huf.h"

0 commit comments

Comments
 (0)