summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-27 07:16:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-27 07:16:31 +0000
commit441d80318b4873c8cfc377ea044e7e21091b9ab4 (patch)
tree38627589849aef44b1a1ab3a044632b76fba16af /firmware/SOURCES
parentb8a79b8bbae67d90db560a82aad16bebb6587b3b (diff)
downloadrockbox-441d80318b4873c8cfc377ea044e7e21091b9ab4.tar.gz
rockbox-441d80318b4873c8cfc377ea044e7e21091b9ab4.zip
removed unnecessary #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 53e3c03c97..d281e54fa5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -17,10 +17,8 @@ rolo.c
17thread.c 17thread.c
18timer.c 18timer.c
19#endif /* SIMULATOR */ 19#endif /* SIMULATOR */
20#if !defined(WIN32) || defined(SDL)
21panic.c 20panic.c
22debug.c 21debug.c
23#endif /* !defined(WIN32) || defined(SDL) */
24 22
25/* Common */ 23/* Common */
26common/atoi.c 24common/atoi.c