t/io_uring: add missing CR
[fio.git] / steadystate.h
index 9fd88ee8cec4c2bad0c61e8c68e73b03d9358be5..bbb86fbb30a301299882e655e98b00c951cca8d5 100644 (file)
@@ -1,12 +1,10 @@
 #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 int steadystate_check(void);
 extern void steadystate_setup(void);
 extern int td_steadystate_init(struct thread_data *);
 extern uint64_t steadystate_bw_mean(struct thread_stat *);