summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-14 08:12:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-14 08:13:13 +0100
commit12641f7b13c79d71ba9b5548c41884aabf4a98b9 (patch)
treeb3cc1951a994b12ec9f5f4bd55b6181199ef7733
parentc0a3c89938c235402c0a5a6f27de868650673fdf (diff)
epiphany: Remove superfluous includes
Update #3254.
-rw-r--r--cpukit/score/cpu/epiphany/cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/cpu/epiphany/cpu.c b/cpukit/score/cpu/epiphany/cpu.c
index 6fff0e3cf8..0428a86367 100644
--- a/cpukit/score/cpu/epiphany/cpu.c
+++ b/cpukit/score/cpu/epiphany/cpu.c
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#include <rtems/system.h>
-#include <rtems/score/isr.h>
-#include <rtems/score/wkspace.h>
-#include <bsp/linker-symbols.h>
#include <rtems/score/cpu.h>
void _init(void);