mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Reduce noise in diff
putting the code block back on the exact line it came from
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
#include <string.h> /* strcmp, strlen */
|
||||
#include <errno.h> /* errno */
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
# include <sys/stat.h>
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
#include "mem.h"
|
||||
#include "fileio.h"
|
||||
#include "util.h"
|
||||
@ -57,10 +62,6 @@
|
||||
# include <lz4.h>
|
||||
#endif
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
# include <sys/stat.h>
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
/*-*************************************
|
||||
* Constants
|
||||
|
Reference in New Issue
Block a user