Reduce noise in diff

putting the code block back on the exact line it came from
This commit is contained in:
Topher Lubaway 2018-06-13 14:32:59 -07:00
parent ec24f98cca
commit 6bca3fb4bf

View File

@ -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