mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 05:15:44 -05:00
[partition] More includes fixes, "" instead of <>
This commit is contained in:
parent
e8408cb5b2
commit
c7da99d870
7 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef CLEARMOUNTSJOB_H
|
||||
#define CLEARMOUNTSJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class Device;
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef CLEARTEMPMOUNTSJOB_H
|
||||
#define CLEARTEMPMOUNTSJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class Device;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef CREATEPARTITIONTABLEJOB_H
|
||||
#define CREATEPARTITIONTABLEJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/partitiontable.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef CREATEVOLUMEGROUPJOB_H
|
||||
#define CREATEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef FILLGLOBALSTORAGEJOB_H
|
||||
#define FILLGLOBALSTORAGEJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
// Qt
|
||||
#include <QList>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef REMOVEVOLUMEGROUPJOB_H
|
||||
#define REMOVEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
class LvmDevice;
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef RESIZEVOLUMEGROUPJOB_H
|
||||
#define RESIZEVOLUMEGROUPJOB_H
|
||||
|
||||
#include <Job.h>
|
||||
#include "Job.h"
|
||||
|
||||
#include <QVector>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue