1
0
Fork 0
forked from len0rd/rockbox

Remove a stray include that managed to slip into the previous commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2011-09-09 18:10:01 +00:00
parent bd292b28c6
commit 559e0e10f8

View file

@ -72,7 +72,6 @@
#include "tuner.h" #include "tuner.h"
#endif #endif
#include "list.h" #include "list.h"
#include "strnatcmp.h"
#define NOINLINE __attribute__ ((noinline)) #define NOINLINE __attribute__ ((noinline))