diff options
| author | okaestne <git@oliver-kaestner.de> | 2020-11-15 15:49:36 (GMT) |
|---|---|---|
| committer | okaestne <git@oliver-kaestner.de> | 2020-11-16 00:35:51 (GMT) |
| commit | cadc0c25d4f20653689c019b372a6822624c41b0 (patch) | |
| tree | 02c4ab4b9ac19d4b4f5d1f5998736dcb8368b762 /src/displayapp/screens/SystemInfo.h | |
| parent | 1516573df46239ea76b7a8b142a6b719668cb26d (diff) | |
Include cleanup: displayapp + screens
Diffstat (limited to 'src/displayapp/screens/SystemInfo.h')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.h | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h index 987a584..a71bacc 100644 --- a/src/displayapp/screens/SystemInfo.h +++ b/src/displayapp/screens/SystemInfo.h @@ -1,17 +1,24 @@ #pragma once -#include <functional> -#include <vector> - -#include "components/ble/NimbleController.h" +#include <memory> #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: |
