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
commit c6556bcdea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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} {