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