minor : fix comment

provide correct reasons to include zstd_internal.h
dev
Yann Collet 2021-09-26 08:44:18 -07:00
parent ecb2daeaa9
commit 2ed14c2476
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* Dependencies
*********************************************************/
#include "../common/mem.h" /* BYTE, U16, U32 */
#include "../common/zstd_internal.h" /* ZSTD_seqSymbol */
#include "../common/zstd_internal.h" /* constants : MaxLL, MaxML, MaxOff, LLFSELog, etc. */