]> git.ipfire.org Git - thirdparty/zstd.git/commit
Move #includes out of `extern "C"` blocks
authorVictor Zhang <csv@meta.com>
Wed, 18 Dec 2024 01:55:07 +0000 (17:55 -0800)
committerVictor Zhang <csv@meta.com>
Wed, 18 Dec 2024 01:55:07 +0000 (17:55 -0800)
commitfc726da7747b159520de2edb0febab30342d2744
treee572673b92687454508f279b90a9db21860f829d
parent0218c8de0fa77bbd87e75f2ea70ba00b93460e15
Move #includes out of `extern "C"` blocks

Do some include shuffling for `**.h` files within lib, programs, tests, and zlibWrapper.
`lib/legacy` and `lib/deprecated` are untouched.
`#include`s within `extern "C"` blocks in .cpp files are untouched.

todo: shuffling for `xxhash.h`
27 files changed:
contrib/seekable_format/zstd_seekable.h
lib/common/bitstream.h
lib/common/debug.h
lib/common/error_private.h
lib/common/fse.h
lib/common/huf.h
lib/common/mem.h
lib/common/pool.h
lib/common/threading.h
lib/common/zstd_trace.h
lib/compress/zstd_double_fast.h
lib/compress/zstd_fast.h
lib/compress/zstd_lazy.h
lib/compress/zstd_ldm.h
lib/compress/zstd_opt.h
lib/compress/zstdmt_compress.h
lib/zdict.h
lib/zstd.h
programs/benchfn.h
programs/benchzstd.h
programs/fileio_asyncio.h
programs/fileio_common.h
programs/platform.h
programs/timefn.h
programs/util.c
programs/util.h
zlibWrapper/zstd_zlibwrapper.h