Skip to content
代码片段 群组 项目
提交 aaab618a 编辑于 作者: Yann Collet's avatar Yann Collet
浏览文件

pushed aside stdio.h too

since only UTIL_DISPLAY() depended on it.
上级 7543cd05
No related branches found
No related tags found
无相关合并请求
......@@ -18,6 +18,7 @@ extern "C" {
******************************************/
#include "util.h" /* note : ensure that platform.h is included first ! */
#include <stdlib.h> /* malloc, realloc, free */
#include <stdio.h> /* fprintf */
#include <time.h> /* clock_t, clock, CLOCKS_PER_SEC, nanosleep */
#include <errno.h>
#include <assert.h>
......
......@@ -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 */
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册