mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Modules: adjust to split-out utils/Variant.h
- Most modules only needed the variant support, not the "whole" CalamaresUtils header. - While here improve ordering of headers as well.
This commit is contained in:
parent
6e0e06078b
commit
090aee9196
12 changed files with 27 additions and 21 deletions
|
@ -44,7 +44,8 @@
|
|||
#include "jobs/ResizePartitionJob.h"
|
||||
#include "jobs/ResizeVolumeGroupJob.h"
|
||||
#include "jobs/SetPartitionFlagsJob.h"
|
||||
#include "utils/CalamaresUtils.h"
|
||||
|
||||
#include "utils/Variant.h"
|
||||
|
||||
#ifdef DEBUG_PARTITION_LAME
|
||||
#include "JobExample.h"
|
||||
|
|
|
@ -33,16 +33,19 @@
|
|||
#include "gui/PartitionBarsView.h"
|
||||
#include "gui/PartitionLabelsView.h"
|
||||
|
||||
#include "Branding.h"
|
||||
#include "CalamaresVersion.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "Job.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/NamedEnum.h"
|
||||
#include "utils/Retranslator.h"
|
||||
#include "utils/Variant.h"
|
||||
#include "widgets/WaitingWidget.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
#include "Job.h"
|
||||
#include "Branding.h"
|
||||
|
||||
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue