From: Jens Axboe Date: Wed, 17 Apr 2013 17:30:43 +0000 (+0200) Subject: Kil unneeded forward declaration X-Git-Tag: fio-2.1~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2db1e181e73f16687e68e28dc75dd8cc8ccab08c;p=fio.git Kil unneeded forward declaration Signed-off-by: Jens Axboe --- diff --git a/fio.h b/fio.h index 3411bb4a..699bbdd4 100644 --- a/fio.h +++ b/fio.h @@ -14,8 +14,6 @@ #include #include -struct thread_data; - #include "compiler/compiler.h" #include "thread_options.h" #include "flist.h"