From 1f6e32fae73463ed5ec110a304998d90f6dc3ac4 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 22 Jan 2023 17:48:03 +0100 Subject: Change: colors & menu items --- src/displayapp/screens/CheckboxList.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/displayapp/screens/CheckboxList.h') diff --git a/src/displayapp/screens/CheckboxList.h b/src/displayapp/screens/CheckboxList.h index 359b835e..611c9ec4 100644 --- a/src/displayapp/screens/CheckboxList.h +++ b/src/displayapp/screens/CheckboxList.h @@ -1,12 +1,13 @@ #pragma once -#include "displayapp/Apps.h" -#include "displayapp/screens/Screen.h" #include #include #include #include #include + +#include "displayapp/Apps.h" +#include "displayapp/screens/Screen.h" #include "displayapp/widgets/PageIndicator.h" namespace Pinetime { -- cgit v1.2.3