]> git.ipfire.org Git - thirdparty/zstd.git/commit
Rewrite Include Paths to be Relative
authorW. Felix Handte <w@felixhandte.com>
Fri, 1 May 2020 20:07:57 +0000 (16:07 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 4 May 2020 19:20:26 +0000 (15:20 -0400)
commit6028827feeff8fc1630e58733a138769be84d063
treefd456f2bc832781bceb90df93fe0fb3f4cfc4d73
parent0301ef5d0463f53e88d589233b5f16c8d57e7295
Rewrite Include Paths to be Relative

Addresses #1998.
40 files changed:
lib/Makefile
lib/common/pool.h
lib/common/zstd_internal.h
lib/compress/fse_compress.c
lib/compress/hist.c
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_sequences.h
lib/compress/zstd_compress_superblock.c
lib/compress/zstd_compress_superblock.h
lib/compress/zstd_cwksp.h
lib/compress/zstd_double_fast.h
lib/compress/zstd_fast.h
lib/compress/zstd_ldm.c
lib/compress/zstd_ldm.h
lib/compress/zstdmt_compress.c
lib/compress/zstdmt_compress.h
lib/decompress/huf_decompress.c
lib/decompress/zstd_ddict.c
lib/decompress/zstd_ddict.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/decompress/zstd_decompress_block.h
lib/decompress/zstd_decompress_internal.h
lib/deprecated/zbuff.h
lib/deprecated/zbuff_common.c
lib/dictBuilder/cover.c
lib/dictBuilder/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/legacy/zstd_legacy.h
lib/legacy/zstd_v01.c
lib/legacy/zstd_v02.c
lib/legacy/zstd_v03.c
lib/legacy/zstd_v04.c
lib/legacy/zstd_v05.c
lib/legacy/zstd_v05.h
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c