Refactor #includes and headers
[fio.git] / engines / filecreate.c
index 0c3bcdd6b1989e3c331331021cf592e90cd897a2..6fa041cdbaa1421b775b2ecfcf68a479c2d507f0 100644 (file)
@@ -5,12 +5,10 @@
  * of the file creation.
  */
 #include <stdio.h>
-#include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
 
 #include "../fio.h"
-#include "../filehash.h"
 
 struct fc_data {
        enum fio_ddir stat_ddir;