Merge branch 'offload-flags-fix' of https://github.com/vincentkfu/fio
[fio.git] / steadystate.h
index eaba0d7cad4876b22ddc037ffb278999b92fe73e..51472c4698c0cfd72233a62c34cd1226741138a8 100644 (file)
@@ -1,10 +1,9 @@
 #ifndef FIO_STEADYSTATE_H
 #define FIO_STEADYSTATE_H
 
-#include "stat.h"
 #include "thread_options.h"
-#include "lib/ieee754.h"
 
+extern void steadystate_free(struct thread_data *);
 extern void steadystate_check(void);
 extern void steadystate_setup(void);
 extern int td_steadystate_init(struct thread_data *);