Skip to content

Commit

Permalink
disk device manager: Remove obsolete include path
Browse files Browse the repository at this point in the history
virtualdrive hasn't been used for a long time. Should help with #12162.
  • Loading branch information
weinhold committed Jul 5, 2015
1 parent dbaafd1 commit fb29004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/system/kernel/disk_device_manager/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ;

0 comments on commit fb29004

Please sign in to comment.