[partition] Tidy up includes
This commit is contained in:
parent
c5b038587e
commit
350627172d
@ -17,23 +17,21 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <PartitionJobTests.h>
|
#include "PartitionJobTests.h"
|
||||||
|
|
||||||
|
#include "core/KPMHelpers.h"
|
||||||
|
#include "jobs/CreatePartitionJob.h"
|
||||||
|
#include "jobs/CreatePartitionTableJob.h"
|
||||||
|
#include "jobs/ResizePartitionJob.h"
|
||||||
|
|
||||||
#include "partition/KPMManager.h"
|
#include "partition/KPMManager.h"
|
||||||
#include "partition/PartitionQuery.h"
|
#include "partition/PartitionQuery.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
#include "utils/Units.h"
|
#include "utils/Units.h"
|
||||||
|
|
||||||
#include <core/KPMHelpers.h>
|
|
||||||
#include <jobs/CreatePartitionJob.h>
|
|
||||||
#include <jobs/CreatePartitionTableJob.h>
|
|
||||||
#include <jobs/ResizePartitionJob.h>
|
|
||||||
|
|
||||||
// CalaPM
|
|
||||||
#include <backend/corebackend.h>
|
#include <backend/corebackend.h>
|
||||||
#include <fs/filesystemfactory.h>
|
#include <fs/filesystemfactory.h>
|
||||||
|
|
||||||
// Qt
|
|
||||||
#include <QEventLoop>
|
#include <QEventLoop>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
|
Loading…
Reference in New Issue
Block a user