[libcalamaresui] Tidy up includes
This commit is contained in:
parent
63b8de00ef
commit
970702daa0
@ -19,12 +19,7 @@
|
|||||||
#ifndef BLANKVIEWSTEP_H
|
#ifndef BLANKVIEWSTEP_H
|
||||||
#define BLANKVIEWSTEP_H
|
#define BLANKVIEWSTEP_H
|
||||||
|
|
||||||
#include <QObject>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
|
||||||
#include <viewpages/ViewStep.h>
|
|
||||||
|
|
||||||
class QWidget;
|
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
|
@ -20,15 +20,15 @@
|
|||||||
#ifndef VIEWSTEP_H
|
#ifndef VIEWSTEP_H
|
||||||
#define VIEWSTEP_H
|
#define VIEWSTEP_H
|
||||||
|
|
||||||
#include <QList>
|
|
||||||
#include <QObject>
|
|
||||||
#include <QSize>
|
|
||||||
|
|
||||||
#include "Job.h"
|
#include "Job.h"
|
||||||
#include "UiDllMacro.h"
|
#include "UiDllMacro.h"
|
||||||
|
|
||||||
#include "modulesystem/Requirement.h"
|
#include "modulesystem/Requirement.h"
|
||||||
|
|
||||||
|
#include <QList>
|
||||||
|
#include <QObject>
|
||||||
|
#include <QSize>
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user