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