From f133d1e9ea9e5d679f41545fac8d09a6760db0d8 Mon Sep 17 00:00:00 2001 From: JF Date: Tue, 16 Jun 2020 20:44:11 +0200 Subject: [PATCH] Fix #include that were pointing to my own FS instead of relative paths to the SDK. --- src/drivers/InternalFlash.cpp | 2 +- src/graphics.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/InternalFlash.cpp b/src/drivers/InternalFlash.cpp index bc89ff1a..db705d78 100644 --- a/src/drivers/InternalFlash.cpp +++ b/src/drivers/InternalFlash.cpp @@ -1,4 +1,4 @@ -#include +#include #include "InternalFlash.h" using namespace Pinetime::Drivers; diff --git a/src/graphics.cpp b/src/graphics.cpp index d95ba3fa..8c39c89a 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include "bootloader/boot_graphics.h" #include #include