mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue