[partition] Fix include path type
- Don't use #include <> for files in the current source directory.
This commit is contained in:
parent
4df9bd8917
commit
e8408cb5b2
@ -20,7 +20,7 @@
|
|||||||
#ifndef CREATEPARTITIONJOB_H
|
#ifndef CREATEPARTITIONJOB_H
|
||||||
#define CREATEPARTITIONJOB_H
|
#define CREATEPARTITIONJOB_H
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
class Device;
|
class Device;
|
||||||
class Partition;
|
class Partition;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef DELETEPARTITIONJOB_H
|
#ifndef DELETEPARTITIONJOB_H
|
||||||
#define DELETEPARTITIONJOB_H
|
#define DELETEPARTITIONJOB_H
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
class Device;
|
class Device;
|
||||||
class Partition;
|
class Partition;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef FORMATPARTITIONJOB_H
|
#ifndef FORMATPARTITIONJOB_H
|
||||||
#define FORMATPARTITIONJOB_H
|
#define FORMATPARTITIONJOB_H
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
class Device;
|
class Device;
|
||||||
class Partition;
|
class Partition;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
PartitionJob::PartitionJob( Partition* partition )
|
PartitionJob::PartitionJob( Partition* partition )
|
||||||
: m_partition( partition )
|
: m_partition( partition )
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef RESIZEPARTITIONJOB_H
|
#ifndef RESIZEPARTITIONJOB_H
|
||||||
#define RESIZEPARTITIONJOB_H
|
#define RESIZEPARTITIONJOB_H
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
class Device;
|
class Device;
|
||||||
class Partition;
|
class Partition;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#ifndef SETPARTITIONFLAGSJOB_H
|
#ifndef SETPARTITIONFLAGSJOB_H
|
||||||
#define SETPARTITIONFLAGSJOB_H
|
#define SETPARTITIONFLAGSJOB_H
|
||||||
|
|
||||||
#include <jobs/PartitionJob.h>
|
#include "PartitionJob.h"
|
||||||
|
|
||||||
#include <kpmcore/core/partitiontable.h>
|
#include <kpmcore/core/partitiontable.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user