]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Reduce noise in diff
authorTopher Lubaway <asimplechris@gmail.com>
Wed, 13 Jun 2018 21:32:59 +0000 (14:32 -0700)
committerTopher Lubaway <asimplechris@gmail.com>
Wed, 13 Jun 2018 21:32:59 +0000 (14:32 -0700)
putting the code block back on the exact line it came from

programs/fileio.c

index 90d04d7f4f32f83022c9c4543b1eda3e3bd31593..03e8269fb0bcef4a4d7e4eaddf5b9adcb3d37d63 100644 (file)
 #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"
 #  include <lz4.h>
 #endif
 
-#if defined (_MSC_VER)
-#  include <sys/stat.h>
-#  include <io.h>
-#endif
 
 /*-*************************************
 *  Constants