diff options
Diffstat (limited to 'apps')
| -rwxr-xr-x | apps/playlist.c | 2 | ||||
| -rw-r--r-- | apps/root_menu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index 3d930cf..9c895bf 100755 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -75,7 +75,7 @@ #include "ata_idle_notify.h" #include "file.h" #include "action.h" -#include "dir.h" +#include "mv.h" #include "debug.h" #include "audio.h" #include "lcd.h" diff --git a/apps/root_menu.c b/apps/root_menu.c index f83a97b..259d9bf 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -41,7 +41,7 @@ #ifdef HAVE_HOTSWAP #include "storage.h" -#include "dir.h" +#include "mv.h" #endif /* gui api */ #include "list.h" |