client: use temp buffer for single output flush for json/disk util
[fio.git] / memory.c
index 04dc3be8bfda1b312298591bff312d8d2b39912a..5f0225f71094d4352a61e99eccc12527ff5bd908 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -1,11 +1,10 @@
 /*
  * Memory helpers
  */
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/mman.h>
+#include <sys/stat.h>
 
 #include "fio.h"
 #ifndef FIO_NO_HAVE_SHM_H