diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-11-21 21:50:23 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-02 20:18:39 (GMT) |
| commit | fe6e4bea8cff2d811c24cfc16aa5580bb9a13efb (patch) | |
| tree | 58249b9010cfa055acfd460b4c996bf96302c58e | |
| parent | 0705b746569cc49f01cceb4832a0cd0bc0afe36c (diff) | |
WatchFaceDigital: remove unused include for ScreenList.h
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h index 7134efb..627154c 100644 --- a/src/displayapp/screens/WatchFaceDigital.h +++ b/src/displayapp/screens/WatchFaceDigital.h @@ -5,7 +5,6 @@ #include <cstdint> #include <memory> #include "displayapp/screens/Screen.h" -#include "displayapp/screens/ScreenList.h" #include "components/datetime/DateTimeController.h" namespace Pinetime { |
