X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=steadystate.h;h=51472c4698c0cfd72233a62c34cd1226741138a8;hp=eaba0d7cad4876b22ddc037ffb278999b92fe73e;hb=506df34d5a4458c51bfb01bb0bee9b5a98926c77;hpb=c8caba48e826fbc5f4e6ea62f67dceec6269b307 diff --git a/steadystate.h b/steadystate.h index eaba0d7c..51472c46 100644 --- a/steadystate.h +++ b/steadystate.h @@ -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 *);