Fix slideshow filename includes

This commit is contained in:
Willy-JL
2023-03-28 02:05:19 +01:00
parent 94f636ce21
commit a25bfddcfd
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -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"
@@ -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;
}
}
@@ -3,7 +3,6 @@
#include <gui/view.h>
#include "desktop_events.h"
#include "../helpers/slideshow_filename.h"
#define SLIDESHOW_FS_PATH EXT_PATH(".slideshow")