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

@ -22,8 +22,9 @@
#include "UsersPage.h"
#include "utils/CalamaresUtils.h"
// #include "utils/CalamaresUtils.h"
#include "utils/Logger.h"
#include "utils/Variant.h"
#include "GlobalStorage.h"
#include "JobQueue.h"