1
0
Fork 0
forked from len0rd/rockbox

Move VOL_NAMES definition to mv.h

Fits better and including dir.h is more messy for some places.

Change-Id: I3ec30dcc1ac2734ad3844c903238b6cc2f4e134c
This commit is contained in:
Thomas Martitz 2014-02-18 07:11:11 +01:00
parent 3f116769fd
commit 706e6b7a75
4 changed files with 16 additions and 22 deletions

View file

@ -41,7 +41,7 @@
#ifdef HAVE_HOTSWAP
#include "storage.h"
#include "dir.h"
#include "mv.h"
#endif
/* gui api */
#include "list.h"