move Sequences definition to zstd_compress_internal.h
they should not be in common/zstd_internal.h, since these definitions are not shared beyond lib/compress/.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#ifndef ZSTD_COMPRESS_SEQUENCES_H
|
||||
#define ZSTD_COMPRESS_SEQUENCES_H
|
||||
|
||||
#include "zstd_compress_internal.h" /* seqDef */
|
||||
#include "../common/fse.h" /* FSE_repeat, FSE_CTable */
|
||||
#include "../common/zstd_internal.h" /* symbolEncodingType_e, ZSTD_strategy */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user