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

@ -26,9 +26,9 @@
#include "JobQueue.h"
#include "GlobalStorage.h"
#include "utils/CalamaresUtils.h"
#include "utils/CommandList.h"
#include "utils/Logger.h"
#include "utils/Variant.h"
struct ValueCheck : public QPair<QString, CalamaresUtils::CommandList*>
{