From a25bfddcfdb66a2f283ebcfa4ba7219f51cf87ca Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 28 Mar 2023 02:05:19 +0100 Subject: [PATCH] Fix slideshow filename includes --- applications/services/desktop/desktop.c | 1 - applications/services/desktop/views/desktop_view_slideshow.c | 3 +-- applications/services/desktop/views/desktop_view_slideshow.h | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/applications/services/desktop/desktop.c b/applications/services/desktop/desktop.c index 1fe23bb1d..dab7fefc3 100644 --- a/applications/services/desktop/desktop.c +++ b/applications/services/desktop/desktop.c @@ -15,7 +15,6 @@ #include "desktop/views/desktop_view_pin_timeout.h" #include "desktop_i.h" #include "helpers/pin_lock.h" -#include "helpers/slideshow_filename.h" #define TAG "Desktop" diff --git a/applications/services/desktop/views/desktop_view_slideshow.c b/applications/services/desktop/views/desktop_view_slideshow.c index e528d6878..063d11610 100644 --- a/applications/services/desktop/views/desktop_view_slideshow.c +++ b/applications/services/desktop/views/desktop_view_slideshow.c @@ -5,7 +5,6 @@ #include "desktop_view_slideshow.h" #include "../desktop_i.h" #include "../helpers/slideshow.h" -#include "../helpers/slideshow_filename.h" #define DESKTOP_SLIDESHOW_POWEROFF_SHORT 5000 #define DESKTOP_SLIDESHOW_POWEROFF_LONG (60 * 60 * 1000) @@ -138,4 +137,4 @@ void desktop_view_slideshow_set_callback( furi_assert(callback); instance->callback = callback; instance->context = context; -} \ No newline at end of file +} diff --git a/applications/services/desktop/views/desktop_view_slideshow.h b/applications/services/desktop/views/desktop_view_slideshow.h index fd95cd22e..4718d3e32 100644 --- a/applications/services/desktop/views/desktop_view_slideshow.h +++ b/applications/services/desktop/views/desktop_view_slideshow.h @@ -3,7 +3,6 @@ #include #include "desktop_events.h" -#include "../helpers/slideshow_filename.h" #define SLIDESHOW_FS_PATH EXT_PATH(".slideshow")