StopWatch: cleanup unused includes and use relative to src includes

This commit is contained in:
Reinhold Gschweicher 2022-01-24 23:03:08 +01:00
parent 26ae828e39
commit 67f546fa33
2 changed files with 4 additions and 7 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@
#include "components/datetime/DateTimeController.h"
#include "displayapp/LittleVgl.h"
#include "FreeRTOS.h"
#include <FreeRTOS.h>
#include "portmacro_cmsis.h"
#include <array>