disk_systems/gpt: Remove unused dependency on Header.cpp
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <AutoDeleter.h>
|
||||
|
||||
#include "guid.h"
|
||||
#include "gpt_known_guids.h"
|
||||
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
#include <DiskSystemAddOn.h>
|
||||
|
||||
#include "Header.h"
|
||||
|
||||
|
||||
class GPTPartitionHandle : public BPartitionHandle {
|
||||
public:
|
||||
@@ -41,9 +39,6 @@ public:
|
||||
const char* parameters,
|
||||
BMutablePartition** child);
|
||||
virtual status_t DeleteChild(BMutablePartition* child);
|
||||
|
||||
private:
|
||||
EFI::Header* fHeader;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@ SubDir HAIKU_TOP src add-ons disk_systems gpt ;
|
||||
UsePrivateHeaders interface shared storage ;
|
||||
UsePrivateSystemHeaders ;
|
||||
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) src libs uuid ] ;
|
||||
|
||||
SEARCH_SOURCE
|
||||
+= [ FDirName $(HAIKU_TOP) src add-ons kernel partitioning_systems gpt ] ;
|
||||
|
||||
@@ -15,10 +13,5 @@ Addon <disk_system>gpt :
|
||||
GPTDiskAddOn.cpp
|
||||
GPTPartitionHandle.cpp
|
||||
|
||||
# from the kernel partitioning system add-on
|
||||
Header.cpp
|
||||
crc32.cpp
|
||||
utility.cpp
|
||||
|
||||
: be [ TargetLibsupc++ ] libuuid_kernel.a
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user