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:
Adriaan de Groot 2019-04-29 05:51:27 -04:00
parent 6e0e06078b
commit 090aee9196
12 changed files with 27 additions and 21 deletions

View file

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