diff options
Diffstat (limited to 'src/common/compress_zstd.c')
-rw-r--r-- | src/common/compress_zstd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compress_zstd.c b/src/common/compress_zstd.c index deaefc1779..4f642c26bc 100644 --- a/src/common/compress_zstd.c +++ b/src/common/compress_zstd.c @@ -20,7 +20,6 @@ #ifdef HAVE_ZSTD #include <zstd.h> -#include <zstd_errors.h> #endif /** Total number of bytes allocated for Zstandard state. */ |