mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[fsresizer] [partition] Fix build with moved headers
- PartitionIterator has moved into libcalamares - While here, sort and organize #include lines - Add using to keep code impact small
This commit is contained in:
parent
8885611ae3
commit
4202126f34
11 changed files with 53 additions and 41 deletions
|
@ -25,17 +25,18 @@
|
|||
#include "core/DeviceModel.h"
|
||||
#include "core/KPMHelpers.h"
|
||||
#include "core/PartitionInfo.h"
|
||||
#include "core/PartitionIterator.h"
|
||||
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
#include "partition/PartitionIterator.h"
|
||||
#include "utils/CalamaresUtilsSystem.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <kpmcore/backend/corebackend.h>
|
||||
#include <kpmcore/backend/corebackendmanager.h>
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
||||
#include <utils/CalamaresUtilsSystem.h>
|
||||
#include <utils/Logger.h>
|
||||
#include <JobQueue.h>
|
||||
#include <GlobalStorage.h>
|
||||
|
||||
#include <QProcess>
|
||||
#include <QTemporaryDir>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue