1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

pushed aside stdio.h too

since only UTIL_DISPLAY() depended on it.
This commit is contained in:
Yann Collet
2019-11-26 15:25:32 -08:00
parent 7543cd055c
commit aaab618ae9
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ extern "C" {
******************************************/
#include "platform.h" /* PLATFORM_POSIX_VERSION, ZSTD_NANOSLEEP_SUPPORT, ZSTD_SETPRIORITY_SUPPORT */
#include <stddef.h> /* size_t, ptrdiff_t */
#include <stdio.h> /* fprintf */
#include <sys/types.h> /* stat, utime */
#include <sys/stat.h> /* stat, chmod */
#include "mem.h" /* U64 */