[partition] Make kpmcore includes consistent
This commit is contained in:
parent
c7da99d870
commit
042cef0945
@ -24,12 +24,12 @@
|
|||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <core/partition.h>
|
#include <kpmcore/core/partition.h>
|
||||||
#include <core/partitiontable.h>
|
#include <kpmcore/core/partitiontable.h>
|
||||||
#include <fs/filesystem.h>
|
#include <kpmcore/fs/filesystem.h>
|
||||||
#include <ops/createpartitiontableoperation.h>
|
#include <kpmcore/ops/createpartitiontableoperation.h>
|
||||||
#include <util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
// Qt
|
// Qt
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
#include "jobs/DeletePartitionJob.h"
|
#include "jobs/DeletePartitionJob.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <core/partition.h>
|
#include <kpmcore/core/partition.h>
|
||||||
#include <core/partitiontable.h>
|
#include <kpmcore/core/partitiontable.h>
|
||||||
#include <fs/filesystem.h>
|
#include <kpmcore/fs/filesystem.h>
|
||||||
#include <ops/deleteoperation.h>
|
#include <kpmcore/ops/deleteoperation.h>
|
||||||
#include <util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
DeletePartitionJob::DeletePartitionJob( Device* device, Partition* partition )
|
DeletePartitionJob::DeletePartitionJob( Device* device, Partition* partition )
|
||||||
: PartitionJob( partition )
|
: PartitionJob( partition )
|
||||||
|
@ -31,10 +31,10 @@
|
|||||||
#include "Branding.h"
|
#include "Branding.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <core/partition.h>
|
#include <kpmcore/core/partition.h>
|
||||||
#include <fs/filesystem.h>
|
#include <kpmcore/fs/filesystem.h>
|
||||||
#include <fs/luks.h>
|
#include <kpmcore/fs/luks.h>
|
||||||
|
|
||||||
// Qt
|
// Qt
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
@ -22,12 +22,12 @@
|
|||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <core/partition.h>
|
#include <kpmcore/core/partition.h>
|
||||||
#include <core/partitiontable.h>
|
#include <kpmcore/core/partitiontable.h>
|
||||||
#include <fs/filesystem.h>
|
#include <kpmcore/fs/filesystem.h>
|
||||||
#include <ops/createfilesystemoperation.h>
|
#include <kpmcore/ops/createfilesystemoperation.h>
|
||||||
#include <util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
FormatPartitionJob::FormatPartitionJob( Device* device, Partition* partition )
|
FormatPartitionJob::FormatPartitionJob( Device* device, Partition* partition )
|
||||||
: PartitionJob( partition )
|
: PartitionJob( partition )
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
#include "utils/Units.h"
|
#include "utils/Units.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <ops/resizeoperation.h>
|
#include <kpmcore/ops/resizeoperation.h>
|
||||||
#include <util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
using CalamaresUtils::BytesToMiB;
|
using CalamaresUtils::BytesToMiB;
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@
|
|||||||
#include "utils/Units.h"
|
#include "utils/Units.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
#include <core/partition.h>
|
#include <kpmcore/core/partition.h>
|
||||||
#include <fs/filesystem.h>
|
#include <kpmcore/fs/filesystem.h>
|
||||||
#include <ops/setpartflagsoperation.h>
|
#include <kpmcore/ops/setpartflagsoperation.h>
|
||||||
#include <util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
using CalamaresUtils::BytesToMiB;
|
using CalamaresUtils::BytesToMiB;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user