summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/playlist.c2
-rw-r--r--apps/root_menu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 3d930cf3f9..9c895bfd67 100755
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -75,7 +75,7 @@
75#include "ata_idle_notify.h" 75#include "ata_idle_notify.h"
76#include "file.h" 76#include "file.h"
77#include "action.h" 77#include "action.h"
78#include "dir.h" 78#include "mv.h"
79#include "debug.h" 79#include "debug.h"
80#include "audio.h" 80#include "audio.h"
81#include "lcd.h" 81#include "lcd.h"
diff --git a/apps/root_menu.c b/apps/root_menu.c
index f83a97b9ed..259d9bf69c 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -41,7 +41,7 @@
41 41
42#ifdef HAVE_HOTSWAP 42#ifdef HAVE_HOTSWAP
43#include "storage.h" 43#include "storage.h"
44#include "dir.h" 44#include "mv.h"
45#endif 45#endif
46/* gui api */ 46/* gui api */
47#include "list.h" 47#include "list.h"