commit fac8ac0e4ad3b0172e7c37be446afc1d9073babb Author: Alexander Færøy ahf@torproject.org Date: Wed Apr 26 02:54:34 2017 +0200
Remove unused header from the Zstandard compression backend.
Since we stopped looking at Zstandard error codes there is no need to include the zstd_errors.h header file anymore. --- src/common/compress_zstd.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/common/compress_zstd.c b/src/common/compress_zstd.c index deaefc1..4f642c2 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. */