]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor : fix comment
authorYann Collet <cyan@fb.com>
Sun, 26 Sep 2021 15:44:18 +0000 (08:44 -0700)
committerYann Collet <cyan@fb.com>
Sun, 26 Sep 2021 15:44:18 +0000 (08:44 -0700)
provide correct reasons to include zstd_internal.h

lib/decompress/zstd_decompress_internal.h

index ebda0c9031db6c13f484a6aaf527697c4b11752e..0b1bf426f452ffcca114d9f1726b583993105c15 100644 (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. */