[partition] No "jobs/" needed in jobs includes

This commit is contained in:
Adriaan de Groot 2020-04-07 11:46:03 +02:00
parent f85732ccb0
commit 0c6dd4e788
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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"