From 67f546fa330f7bbe251bfde432b36284db1a79dd Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 24 Jan 2022 23:03:08 +0100 Subject: StopWatch: cleanup unused includes and use relative to src includes --- src/displayapp/screens/StopWatch.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/displayapp/screens/StopWatch.cpp') 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; -- cgit v1.2.3-70-g09d2