diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-12-10 20:47:59 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-12-10 20:47:59 +0000 |
commit | 09722dd28db02bf7cb34d1a7d42729ce66ebe302 (patch) | |
tree | b043f0af1c543c1d762405d688bc5a35d4c847c6 /firmware/target/sh | |
parent | 32d2cb3e8a480ef22479f70be69327a2e24deefc (diff) |
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/sh')
-rw-r--r-- | firmware/target/sh/thread-sh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/sh/thread-sh.c b/firmware/target/sh/thread-sh.c index 36c20686b0..0f844f204b 100644 --- a/firmware/target/sh/thread-sh.c +++ b/firmware/target/sh/thread-sh.c @@ -21,8 +21,6 @@ * ****************************************************************************/ -#include "gcc_extensions.h" - /*--------------------------------------------------------------------------- * Start the thread running and terminate it if it returns *--------------------------------------------------------------------------- |