diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-02-18 07:11:11 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 20:23:51 +0100 |
commit | 706e6b7a75339cadc7b8a856a2eace68f89bb168 (patch) | |
tree | a2333677f20154021d6a1df80c4ff5899a1ff7cb /apps | |
parent | 3f116769fded08d8fe4d08d4b1de4a7ba4738390 (diff) |
Move VOL_NAMES definition to mv.h
Fits better and including dir.h is more messy for some places.
Change-Id: I3ec30dcc1ac2734ad3844c903238b6cc2f4e134c
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 3d930cf3f9..9c895bfd67 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 f83a97b9ed..259d9bf69c 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" |