diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-24 22:03:08 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2022-01-26 07:31:14 (GMT) |
| commit | 67f546fa330f7bbe251bfde432b36284db1a79dd (patch) | |
| tree | 335229a52a8552392f94ab950d0bff75cf15ce60 /src/displayapp/screens/StopWatch.cpp | |
| parent | 26ae828e393d28390c5ea718bec9d4c1a96435ac (diff) | |
StopWatch: cleanup unused includes and use relative to src includes
Diffstat (limited to 'src/displayapp/screens/StopWatch.cpp')
| -rw-r--r-- | src/displayapp/screens/StopWatch.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/displayapp/screens/StopWatch.cpp b/src/displayapp/screens/StopWatch.cpp index a260d29..8749839 100644 --- a/src/displayapp/screens/StopWatch.cpp +++ b/src/displayapp/screens/StopWatch.cpp @@ -1,13 +1,10 @@ -#include "StopWatch.h" +#include "displayapp/screens/StopWatch.h" #include "displayapp/screens/Screen.h" #include "displayapp/screens/Symbols.h" #include <lvgl/lvgl.h> -#include "projdefs.h" -#include "FreeRTOSConfig.h" -#include "task.h" - -#include <tuple> +#include <FreeRTOS.h> +#include <task.h> using namespace Pinetime::Applications::Screens; |
