[calamares] [libcalamaresui] Improve includes

- avoid useless ../
 - sort alphabetically and by kind
This commit is contained in:
Adriaan de Groot 2019-04-15 09:05:02 -04:00
parent 7efcc1e52e
commit 4fec6731ba
3 changed files with 10 additions and 7 deletions

View File

@ -19,12 +19,13 @@
#include "ProgressTreeDelegate.h"
#include "../CalamaresApplication.h"
#include "../CalamaresWindow.h"
#include "ViewStepItem.h"
#include "Branding.h"
#include "CalamaresApplication.h"
#include "CalamaresWindow.h"
#include "ProgressTreeModel.h"
#include "ViewManager.h"
#include "Branding.h"
#include "ViewStepItem.h"
#include "utils/CalamaresUtilsGui.h"
#include <QAbstractItemView>

View File

@ -21,7 +21,7 @@
#include <QWidget>
#include "../UiDllMacro.h"
#include "UiDllMacro.h"
namespace Calamares
{

View File

@ -21,10 +21,12 @@
#define VIEWSTEP_H
#include <QObject>
#include <QSize>
#include "Typedefs.h"
#include "UiDllMacro.h"
#include "modulesystem/Requirement.h"
#include "../UiDllMacro.h"
#include "Typedefs.h"
namespace Calamares
{