summaryrefslogtreecommitdiff
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-12-10 20:47:59 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-12-10 20:47:59 +0000
commit09722dd28db02bf7cb34d1a7d42729ce66ebe302 (patch)
treeb043f0af1c543c1d762405d688bc5a35d4c847c6 /firmware/target/hosted
parent32d2cb3e8a480ef22479f70be69327a2e24deefc (diff)
downloadrockbox-09722dd28db02bf7cb34d1a7d42729ce66ebe302.tar.gz
rockbox-09722dd28db02bf7cb34d1a7d42729ce66ebe302.zip
thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31206 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/thread-arm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/thread-arm.c b/firmware/target/hosted/thread-arm.c
index f8e58c031c..8815f063d7 100644
--- a/firmware/target/hosted/thread-arm.c
+++ b/firmware/target/hosted/thread-arm.c
@@ -23,7 +23,6 @@
23 ****************************************************************************/ 23 ****************************************************************************/
24 24
25#include <system.h> 25#include <system.h>
26#include "gcc_extensions.h"
27 26
28/*--------------------------------------------------------------------------- 27/*---------------------------------------------------------------------------
29 * Start the thread running and terminate it if it returns 28 * Start the thread running and terminate it if it returns