From ce244d85141c8f97a6f86e2f2e0eb8e208a23cf6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 25 Mar 2020 13:46:27 +0100 Subject: [PATCH] [welcome] Style in viewstep (unrelated to merge) --- src/modules/welcome/WelcomeViewStep.cpp | 7 +++---- src/modules/welcome/WelcomeViewStep.h | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/modules/welcome/WelcomeViewStep.cpp b/src/modules/welcome/WelcomeViewStep.cpp index c79d4771c..848d319db 100644 --- a/src/modules/welcome/WelcomeViewStep.cpp +++ b/src/modules/welcome/WelcomeViewStep.cpp @@ -18,19 +18,18 @@ */ #include "WelcomeViewStep.h" -#include "Config.h" +#include "Config.h" #include "WelcomePage.h" #include "checker/GeneralRequirements.h" +#include "Branding.h" #include "geoip/Handler.h" #include "locale/Lookup.h" +#include "modulesystem/ModuleManager.h" #include "utils/Logger.h" #include "utils/Variant.h" -#include "Branding.h" -#include "modulesystem/ModuleManager.h" - #include #include diff --git a/src/modules/welcome/WelcomeViewStep.h b/src/modules/welcome/WelcomeViewStep.h index d4b9b3019..3265395fc 100644 --- a/src/modules/welcome/WelcomeViewStep.h +++ b/src/modules/welcome/WelcomeViewStep.h @@ -16,22 +16,22 @@ * along with Calamares. If not, see . */ -#ifndef WELCOMEPAGEPLUGIN_H -#define WELCOMEPAGEPLUGIN_H +#ifndef WELCOMEVIEWSTEP_H +#define WELCOMEVIEWSTEP_H + + +#include "DllMacro.h" +#include "modulesystem/Requirement.h" +#include "utils/PluginFactory.h" +#include "viewpages/ViewStep.h" #include - -#include -#include -#include - -#include - #include class WelcomePage; class GeneralRequirements; class Config; + namespace CalamaresUtils { namespace GeoIP @@ -80,4 +80,4 @@ private: CALAMARES_PLUGIN_FACTORY_DECLARATION( WelcomeViewStepFactory ) -#endif // WELCOMEPAGEPLUGIN_H +#endif // WELCOMEVIEWSTEP_H