mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[partition] No "jobs/" needed in jobs includes
This commit is contained in:
parent
f85732ccb0
commit
0c6dd4e788
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "jobs/CreatePartitionTableJob.h"
|
||||
#include "CreatePartitionTableJob.h"
|
||||
|
||||
#include "partition/PartitionIterator.h"
|
||||
#include "utils/Logger.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "jobs/DeletePartitionJob.h"
|
||||
#include "DeletePartitionJob.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/device.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "jobs/ResizePartitionJob.h"
|
||||
#include "ResizePartitionJob.h"
|
||||
|
||||
#include "utils/Units.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue