summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-22 13:02:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-22 13:02:56 +0000
commitba454115ece21d987f3d010360f7a6d68d2d2eb6 (patch)
tree0de84cfe565a1b81773de3f88f7071b2476c01b1
parentd65908fb875619d212d8d94634ae56de277b75d5 (diff)
downloadrockbox-ba454115ece21d987f3d010360f7a6d68d2d2eb6.tar.gz
rockbox-ba454115ece21d987f3d010360f7a6d68d2d2eb6.zip
file.h is not accessible for the simulated-functions files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6038 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/common/lcd-playersim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c
index 5c8ca92f32..ea5b1da2f4 100644
--- a/uisimulator/common/lcd-playersim.c
+++ b/uisimulator/common/lcd-playersim.c
@@ -24,7 +24,6 @@
#include "thread.h"
#include <string.h>
#include <stdlib.h>
-#include "file.h"
#include "debug.h"
#include "system.h"