StopWatch: cleanup unused includes and use relative to src includes
This commit is contained in:
parent
26ae828e39
commit
67f546fa33
|
@ -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;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue