renamed zstd_compress.h into zstd_compress_internal.h
to emphasize the fact that all definitions it contains must remain private, accross lib/compress modules.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <string.h> /* memcpy, memset */
|
||||
#include "pool.h" /* threadpool */
|
||||
#include "threading.h" /* mutex */
|
||||
#include "zstd_compress.h" /* MIN, ERROR, ZSTD_*, ZSTD_highbit32 */
|
||||
#include "zstd_compress_internal.h" /* MIN, ERROR, ZSTD_*, ZSTD_highbit32 */
|
||||
#include "zstdmt_compress.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user