summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayAppRecovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/DisplayAppRecovery.h')
-rw-r--r--src/displayapp/DisplayAppRecovery.h32
1 files changed, 13 insertions, 19 deletions
diff --git a/src/displayapp/DisplayAppRecovery.h b/src/displayapp/DisplayAppRecovery.h
index 4184ea49..8b2bc7f5 100644
--- a/src/displayapp/DisplayAppRecovery.h
+++ b/src/displayapp/DisplayAppRecovery.h
@@ -6,38 +6,32 @@
#include <bits/unique_ptr.h>
#include <queue.h>
#include "components/gfx/Gfx.h"
+#include "components/battery/BatteryController.h"
+#include "components/brightness/BrightnessController.h"
+#include "components/ble/BleController.h"
+#include "components/datetime/DateTimeController.h"
+#include "components/ble/NotificationManager.h"
+#include "components/firmwarevalidator/FirmwareValidator.h"
#include "drivers/Cst816s.h"
#include <date/date.h>
#include <drivers/Watchdog.h>
+#include <components/heartrate/HeartRateController.h>
+#include <components/motion/MotionController.h>
#include <components/motor/MotorController.h>
+#include <components/settings/Settings.h>
#include "TouchEvents.h"
#include "Apps.h"
#include "Messages.h"
#include "DummyLittleVgl.h"
+#include "components/timer/TimerController.h"
namespace Pinetime {
- namespace Drivers {
- class St7789;
- class Cst816S;
- class WatchdogView;
- }
- namespace Controllers {
- class Settings;
- class Battery;
- class Ble;
- class DateTime;
- class NotificationManager;
- class HeartRateController;
- class MotionController;
- class TouchHandler;
- class MotorController;
- class TimerController;
- }
-
namespace System {
class SystemTask;
};
-
+ namespace Controllers {
+ class TouchHandler;
+ }
namespace Applications {
class DisplayApp {
public: