From 67f546fa330f7bbe251bfde432b36284db1a79dd Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 24 Jan 2022 23:03:08 +0100 Subject: [PATCH] StopWatch: cleanup unused includes and use relative to src includes --- src/displayapp/screens/StopWatch.cpp | 9 +++------ src/displayapp/screens/StopWatch.h | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/displayapp/screens/StopWatch.cpp b/src/displayapp/screens/StopWatch.cpp index a260d293..8749839f 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 -#include "projdefs.h" -#include "FreeRTOSConfig.h" -#include "task.h" - -#include +#include +#include using namespace Pinetime::Applications::Screens; diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index 0720a586..06193f68 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -4,7 +4,7 @@ #include "components/datetime/DateTimeController.h" #include "displayapp/LittleVgl.h" -#include "FreeRTOS.h" +#include #include "portmacro_cmsis.h" #include