瀏覽代碼

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.
Alexander Færøy 8 年之前
父節點
當前提交
fac8ac0e4a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/common/compress_zstd.c

+ 0 - 1
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. */