summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
index 4a9499f8e4..3fe5c371d7 100644
--- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
@@ -20,12 +20,10 @@
*
* $Id$
*/
-#include <rtems/score/targopts.h>
-#include <rtems/score/ppc.h>
+
#include <rtems/system.h>
-#include <rtems/score/cpu.h>
+#include <rtems/score/ppc.h>
#include <libcpu/raw_exception.h>
-#include <libcpu/cpu.h>
#include <libcpu/cpuIdent.h>
static rtems_raw_except_connect_data* raw_except_table;