diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-04-26 02:54:34 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2017-04-26 02:54:34 +0200 |
commit | fac8ac0e4ad3b0172e7c37be446afc1d9073babb (patch) | |
tree | 8ada761f4206499a50b5d4f09070cedf3690d588 /src/common/compress_zstd.c | |
parent | 43db91bd87a6f197a93285a87df473616cc1f6c2 (diff) | |
download | tor-fac8ac0e4ad3b0172e7c37be446afc1d9073babb.tar.gz tor-fac8ac0e4ad3b0172e7c37be446afc1d9073babb.zip |
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.
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. */ |