From cadc0c25d4f20653689c019b372a6822624c41b0 Mon Sep 17 00:00:00 2001 From: okaestne Date: Sun, 15 Nov 2020 16:49:36 +0100 Subject: Include cleanup: displayapp + screens --- src/displayapp/screens/SystemInfo.h | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'src/displayapp/screens/SystemInfo.h') diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h index 987a584b..a71bacc5 100644 --- a/src/displayapp/screens/SystemInfo.h +++ b/src/displayapp/screens/SystemInfo.h @@ -1,17 +1,24 @@ #pragma once -#include -#include - -#include "components/ble/NimbleController.h" +#include #include "Screen.h" -#include "Label.h" #include "ScreenList.h" -#include "Gauge.h" -#include "Meter.h" namespace Pinetime { + namespace Controllers { + class DateTime; + class Battery; + class BrightnessController; + class Ble; + } + + namespace Drivers { + class WatchdogView; + } + namespace Applications { + class DisplayApp; + namespace Screens { class SystemInfo : public Screen { public: -- cgit v1.2.3-70-g09d2