Refactor #includes and headers
[fio.git] / ioengines.h
index 32b18edadf1f2dbbdcdf2ae66df3ea264a4a16c8..a0674aeabebfd5cccc49fb2a578b736dbac58054 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef FIO_IOENGINE_H
 #define FIO_IOENGINE_H
 
+#include <stddef.h>
+
 #include "compiler/compiler.h"
-#include "os/os.h"
-#include "file.h"
+#include "flist.h"
 #include "io_u.h"
 
 #define FIO_IOOPS_VERSION      23