Skip to content

Commit

Permalink
removed erroneous #includes
Browse files Browse the repository at this point in the history
that were automatically added by the editor without notification
  • Loading branch information
Cyan4973 committed Jan 8, 2025
1 parent bde3e5f commit bea2e52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compress/zstd_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bea2e52

Please sign in to comment.