|
|
|
@ -16,20 +16,21 @@
|
|
|
|
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <PartitionCoreModule.h>
|
|
|
|
|
|
|
|
|
|
#include <BootLoaderModel.h>
|
|
|
|
|
#include <CreatePartitionJob.h>
|
|
|
|
|
#include <CreatePartitionTableJob.h>
|
|
|
|
|
#include <DeletePartitionJob.h>
|
|
|
|
|
#include <FillGlobalStorageJob.h>
|
|
|
|
|
#include <FormatPartitionJob.h>
|
|
|
|
|
#include <DeviceModel.h>
|
|
|
|
|
#include <PartitionInfo.h>
|
|
|
|
|
#include <PartitionIterator.h>
|
|
|
|
|
#include <PartitionModel.h>
|
|
|
|
|
#include <PMUtils.h>
|
|
|
|
|
#include <ResizePartitionJob.h>
|
|
|
|
|
#include <core/PartitionCoreModule.h>
|
|
|
|
|
|
|
|
|
|
#include <core/BootLoaderModel.h>
|
|
|
|
|
#include <core/DeviceModel.h>
|
|
|
|
|
#include <core/PartitionInfo.h>
|
|
|
|
|
#include <core/PartitionIterator.h>
|
|
|
|
|
#include <core/PartitionModel.h>
|
|
|
|
|
#include <core/PMUtils.h>
|
|
|
|
|
#include <jobs/CreatePartitionJob.h>
|
|
|
|
|
#include <jobs/CreatePartitionTableJob.h>
|
|
|
|
|
#include <jobs/DeletePartitionJob.h>
|
|
|
|
|
#include <jobs/FillGlobalStorageJob.h>
|
|
|
|
|
#include <jobs/FormatPartitionJob.h>
|
|
|
|
|
#include <jobs/ResizePartitionJob.h>
|
|
|
|
|
|
|
|
|
|
#include <Typedefs.h>
|
|
|
|
|
#include <utils/Logger.h>
|
|
|
|
|
|