Kil unneeded forward declaration
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Apr 2013 17:30:43 +0000 (19:30 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Apr 2013 17:30:43 +0000 (19:30 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h

diff --git a/fio.h b/fio.h
index 3411bb4a2c286235c0b49504bc840c5b5f948368..699bbdd466d0b29f811209fa5a3676e237247116 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -14,8 +14,6 @@
 #include <inttypes.h>
 #include <assert.h>
 
-struct thread_data;
-
 #include "compiler/compiler.h"
 #include "thread_options.h"
 #include "flist.h"