Merge pull request #959 from NeroBurner/stopwatch_include_cleanup

StopWatch: cleanup unused includes and use relative to src includes
This commit is contained in:
JF 2022-01-26 22:00:33 +01:00 committed by GitHub
commit b12603448c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>