makebootable: Include Drivers.h only for TARGET_PLATFORM_HAIKU.

It is not needed otherwise.
This commit is contained in:
Augustin Cavalier
2023-01-31 17:14:34 -05:00
parent 8654ab710c
commit e05876e25f
@@ -13,7 +13,6 @@
#include <sys/stat.h>
#include <ByteOrder.h>
#include <Drivers.h>
#include <Entry.h>
#include <File.h>
#include <fs_info.h>
@@ -48,6 +47,7 @@
# include <DiskDevice.h>
# include <DiskDeviceRoster.h>
# include <Drivers.h>
# include <Partition.h>
# include <Path.h>