disk device manager: Remove obsolete include path

virtualdrive hasn't been used for a long time. Should help with #12162.
This commit is contained in:
Ingo Weinhold 2015-07-05 09:39:33 +02:00
parent dbaafd15c0
commit fb29004aaf

View File

@ -33,7 +33,3 @@ KernelMergeObject kernel_disk_device_manager.o :
: $(TARGET_KERNEL_PIC_CCFLAGS)
;
# KFileDiskDevice.cpp needs the virtualdrive.h Header. Add it here to not
# contaminate the include paths for the other files.
ObjectHdrs [ FGristFiles KFileDiskDevice$(SUFOBJ) ]
: [ FDirName $(HAIKU_TOP) src tests kits storage virtualdrive ] ;