From f133d1e9ea9e5d679f41545fac8d09a6760db0d8 Mon Sep 17 00:00:00 2001 From: JF Date: Tue, 16 Jun 2020 20:44:11 +0200 Subject: Fix #include that were pointing to my own FS instead of relative paths to the SDK. --- src/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics.cpp') 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 -- cgit v1.2.3-70-g09d2