From ad9b1739b23a065268ffa69dc0c55caa3956205c Mon Sep 17 00:00:00 2001 From: locker98 Date: Thu, 9 May 2024 13:06:27 -0400 Subject: [PATCH] Fixed include in horizion watchface --- src/displayapp/screens/WatchFaceHorizon.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/displayapp/screens/WatchFaceHorizon.h b/src/displayapp/screens/WatchFaceHorizon.h index 665817b5..0986712e 100644 --- a/src/displayapp/screens/WatchFaceHorizon.h +++ b/src/displayapp/screens/WatchFaceHorizon.h @@ -5,8 +5,7 @@ #include #include #include "displayapp/screens/Screen.h" - -#include "displayapp/Controllers.h +#include "displayapp/Controllers.h" #include "components/datetime/DateTimeController.h" #include "components/ble/BleController.h" #include "utility/DirtyValue.h"