Fio 3.15
[fio.git] / trim.h
diff --git a/trim.h b/trim.h
index 37f5d7c871127a8bf5858a3fda620684a0e8438d..fe8f9fe990d31b02e6391c3a0d1cbd0c1cb51110 100644 (file)
--- a/trim.h
+++ b/trim.h
@@ -1,9 +1,13 @@
 #ifndef FIO_TRIM_H
 #define FIO_TRIM_H
 
-#include "fio.h"
-
 #ifdef FIO_HAVE_TRIM
+#include "flist.h"
+#include "iolog.h"
+#include "compiler/compiler.h"
+#include "lib/types.h"
+#include "os/os.h"
+
 extern bool __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
 extern bool io_u_should_trim(struct thread_data *td, struct io_u *io_u);