mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -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
|
@ -16,24 +16,24 @@
|
|||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <gui/CreatePartitionDialog.h>
|
||||
#include "gui/CreatePartitionDialog.h"
|
||||
|
||||
#include <core/ColorUtils.h>
|
||||
#include <core/PartitionInfo.h>
|
||||
#include <core/PMUtils.h>
|
||||
#include <gui/PartitionSizeController.h>
|
||||
#include "core/ColorUtils.h"
|
||||
#include "core/PartitionInfo.h"
|
||||
#include "core/PMUtils.h"
|
||||
#include "gui/PartitionSizeController.h"
|
||||
|
||||
#include <ui_CreatePartitionDialog.h>
|
||||
#include "ui_CreatePartitionDialog.h"
|
||||
|
||||
#include <utils/Logger.h>
|
||||
#include "utils/Logger.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
// CalaPM
|
||||
#include <core/device.h>
|
||||
#include <core/partition.h>
|
||||
#include <fs/filesystem.h>
|
||||
#include <fs/filesystemfactory.h>
|
||||
// KPMcore
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
#include <kpmcore/fs/filesystem.h>
|
||||
#include <kpmcore/fs/filesystemfactory.h>
|
||||
|
||||
// Qt
|
||||
#include <QComboBox>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue