mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
The Humongous Include Fixage For KPMcore Headers.
This commit is contained in:
parent
3e4b19400a
commit
c2eef9ac30
30 changed files with 222 additions and 208 deletions
|
@ -22,8 +22,6 @@
|
|||
#include "core/PartitionCoreModule.h"
|
||||
#include "core/DeviceModel.h"
|
||||
#include "core/PMUtils.h"
|
||||
#include "core/device.h"
|
||||
#include "core/partition.h"
|
||||
#include "core/PartitionInfo.h"
|
||||
#include "core/PartitionIterator.h"
|
||||
#include "gui/PartitionSplitterWidget.h"
|
||||
|
@ -36,6 +34,10 @@
|
|||
#include "utils/Retranslator.h"
|
||||
#include "Branding.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QComboBox>
|
||||
#include <QLabel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue