Merge pull request #136 from okaestne/include-cleanup

Includes cleanup
This commit is contained in:
JF002
2020-12-01 21:44:44 +01:00
committed by GitHub
91 changed files with 391 additions and 434 deletions

View File

@@ -1,8 +1,5 @@
#include <libraries/svc/nrf_svci.h>
#include <FreeRTOS.h>
#include <task.h>
#include "Gfx.h"
#include "../../drivers/St7789.h"
#include "drivers/St7789.h"
using namespace Pinetime::Components;
Gfx::Gfx(Pinetime::Drivers::St7789 &lcd) : lcd{lcd} {