Reduce noise in diff
putting the code block back on the exact line it came from
This commit is contained in:
parent
ec24f98cca
commit
6bca3fb4bf
@ -31,6 +31,11 @@
|
|||||||
#include <string.h> /* strcmp, strlen */
|
#include <string.h> /* strcmp, strlen */
|
||||||
#include <errno.h> /* errno */
|
#include <errno.h> /* errno */
|
||||||
|
|
||||||
|
#if defined (_MSC_VER)
|
||||||
|
# include <sys/stat.h>
|
||||||
|
# include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
@ -57,10 +62,6 @@
|
|||||||
# include <lz4.h>
|
# include <lz4.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (_MSC_VER)
|
|
||||||
# include <sys/stat.h>
|
|
||||||
# include <io.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*-*************************************
|
/*-*************************************
|
||||||
* Constants
|
* Constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user