summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-12-03 19:39:18 (GMT)
committerJF <JF002@users.noreply.github.com>2021-12-09 20:32:07 (GMT)
commit32ea01b2e94a2acd5084eacf49df8695ab488a19 (patch)
tree7fe8704c740227385aef9b21a2f07c3681e6b948 /src
parentec9b5a0bd2847d972c285d46e28deba0241d3a47 (diff)
Organize includes
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/settings/SettingDisplay.h5
-rw-r--r--src/displayapp/screens/settings/SettingTimeFormat.h5
-rw-r--r--src/displayapp/screens/settings/SettingWatchFace.h5
3 files changed, 9 insertions, 6 deletions
diff --git a/src/displayapp/screens/settings/SettingDisplay.h b/src/displayapp/screens/settings/SettingDisplay.h
index 1309f8c..dc56419 100644
--- a/src/displayapp/screens/settings/SettingDisplay.h
+++ b/src/displayapp/screens/settings/SettingDisplay.h
@@ -1,11 +1,12 @@
#pragma once
-#include "components/settings/Settings.h"
-#include "displayapp/screens/Screen.h"
#include <array>
#include <cstdint>
#include <lvgl/lvgl.h>
+#include "components/settings/Settings.h"
+#include "displayapp/screens/Screen.h"
+
namespace Pinetime {
namespace Applications {
diff --git a/src/displayapp/screens/settings/SettingTimeFormat.h b/src/displayapp/screens/settings/SettingTimeFormat.h
index fa24eab..818edf0 100644
--- a/src/displayapp/screens/settings/SettingTimeFormat.h
+++ b/src/displayapp/screens/settings/SettingTimeFormat.h
@@ -1,11 +1,12 @@
#pragma once
-#include "components/settings/Settings.h"
-#include "displayapp/screens/Screen.h"
#include <array>
#include <cstdint>
#include <lvgl/lvgl.h>
+#include "components/settings/Settings.h"
+#include "displayapp/screens/Screen.h"
+
namespace Pinetime {
namespace Applications {
diff --git a/src/displayapp/screens/settings/SettingWatchFace.h b/src/displayapp/screens/settings/SettingWatchFace.h
index 281c4ba..ccba7d1 100644
--- a/src/displayapp/screens/settings/SettingWatchFace.h
+++ b/src/displayapp/screens/settings/SettingWatchFace.h
@@ -1,11 +1,12 @@
#pragma once
-#include "components/settings/Settings.h"
-#include "displayapp/screens/Screen.h"
#include <array>
#include <cstdint>
#include <lvgl/lvgl.h>
+#include "components/settings/Settings.h"
+#include "displayapp/screens/Screen.h"
+
namespace Pinetime {
namespace Applications {