Include sg headers in os/os-linux.h
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 21b7a9d03a5269e2b02e04517cfe944577977413..3c96b4d11d56a25b62b3c86cb79137120caa45ab 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -60,11 +60,6 @@ typedef struct aiocb os_aiocb_t;
 #endif
 #endif
 
-#ifdef FIO_HAVE_SGIO
-#include <linux/fs.h>
-#include <scsi/sg.h>
-#endif
-
 #ifndef CONFIG_STRSEP
 #include "../oslib/strsep.h"
 #endif