Refactor #includes and headers
[fio.git] / engines / falloc.c
index 2b00d525d648e071bb17a7e97c0b63405f192ec7..bb3ac85045b2f16fd650abe2c2081371acd6f2c1 100644 (file)
@@ -9,11 +9,7 @@
  *
  */
 #include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/uio.h>
 #include <errno.h>
-#include <assert.h>
 #include <fcntl.h>
 
 #include "../fio.h"