summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-07-20 17:06:55 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-07-20 17:06:55 +0000
commit011a325e32c05f6e4817dcdc555615e6b7b6c102 (patch)
treeab22ab91b99524dba823cda861b17520db030911 /apps/playlist.c
parent930278bcc0fd944ec50f30074b53b4c7cf0e3ccf (diff)
downloadrockbox-011a325e32c05f6e4817dcdc555615e6b7b6c102.tar.gz
rockbox-011a325e32c05f6e4817dcdc555615e6b7b6c102.zip
Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13943 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 7b1b91e123..f0ac29d1ef 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -88,7 +88,6 @@
88#include "button.h" 88#include "button.h"
89#include "filetree.h" 89#include "filetree.h"
90#include "abrepeat.h" 90#include "abrepeat.h"
91#include "dircache.h"
92#include "thread.h" 91#include "thread.h"
93#include "usb.h" 92#include "usb.h"
94#include "filetypes.h" 93#include "filetypes.h"