refactor[playlist]: remove unused includes

This commit is contained in:
Daniel 2022-08-08 19:19:51 +02:00
parent c8ad361818
commit 7c1a48a377
No known key found for this signature in database
GPG Key ID: A9896FFF5A793A20

View File

@ -4,7 +4,6 @@
#include <input/input.h>
#include <dialogs/dialogs.h>
#include <storage/storage.h>
#include <notification/notification_messages.h>
#include <assets_icons.h>
@ -12,11 +11,6 @@
#include <lib/toolbox/path.h>
#include <applications/subghz/subghz_i.h>
#include <toolbox/stream/stream.h>
#include <flipper_format/flipper_format.h>
#include <flipper_format/flipper_format_i.h>
#include <stream_buffer.h>
#define PLAYLIST_FOLDER "/ext/playlist"
#define PLAYLIST_EXT ".txt"
#define TAG "Playlist"