1
0
Fork 0
forked from len0rd/rockbox

removed unnecessary #if

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-04-27 07:16:31 +00:00
parent b8a79b8bba
commit 441d80318b

View file

@ -17,10 +17,8 @@ rolo.c
thread.c thread.c
timer.c timer.c
#endif /* SIMULATOR */ #endif /* SIMULATOR */
#if !defined(WIN32) || defined(SDL)
panic.c panic.c
debug.c debug.c
#endif /* !defined(WIN32) || defined(SDL) */
/* Common */ /* Common */
common/atoi.c common/atoi.c