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:
Yann Collet
2017-11-07 16:15:23 -08:00
parent 8b6aecf2cb
commit ee441d5d2b
12 changed files with 22 additions and 14 deletions
+1
View File
@@ -8,6 +8,7 @@
* You may select, at your option, one of the above-listed licenses.
*/
#include "zstd_compress_internal.h"
#include "zstd_double_fast.h"