Merge branch 'samples-colnames' of https://github.com/parallel-fs-utils/fio
[fio.git] / helpers.c
index 4342b2d2fa083b0dc5dba021d89d1021a806d39a..a0ee37044e8abdc418ac9f19fcca06509858485a 100644 (file)
--- a/helpers.c
+++ b/helpers.c
@@ -1,13 +1,6 @@
-#include <stdlib.h>
 #include <errno.h>
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <netinet/in.h>
-#include <unistd.h>
 
-#include "compiler/compiler.h"
-#include "arch/arch.h"
-#include "os/os.h"
+#include "helpers.h"
 
 #ifndef CONFIG_LINUX_FALLOCATE
 int fallocate(int fd, int mode, off_t offset, off_t len)