From: David Volovskiy Date: Wed, 27 Aug 2025 11:42:54 +0000 (-0400) Subject: Removed duplicate includes X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=d5eb32bc7466495fcb5e873213a9dd6c3c105d81;p=sensor-watch.git Removed duplicate includes --- diff --git a/legacy/watch_faces/clock/world_clock2_face.c b/legacy/watch_faces/clock/world_clock2_face.c index e79f2df..e47bc44 100644 --- a/legacy/watch_faces/clock/world_clock2_face.c +++ b/legacy/watch_faces/clock/world_clock2_face.c @@ -28,7 +28,6 @@ #include "world_clock2_face.h" #include "watch.h" #include "watch_utility.h" -#include "watch_utility.h" static bool refresh_face; diff --git a/movement.c b/movement.c index ca0b0f3..4b4a167 100644 --- a/movement.c +++ b/movement.c @@ -27,9 +27,7 @@ #include #include #include -#include #include -#include #include "app.h" #include "watch.h" #include "watch_utility.h"