[calamares] [libcalamaresui] Improve includes
- avoid useless ../ - sort alphabetically and by kind
This commit is contained in:
parent
7efcc1e52e
commit
4fec6731ba
@ -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>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include "../UiDllMacro.h"
|
||||
#include "UiDllMacro.h"
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user