summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
index c983e5c26d..30e58068b0 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
@@ -17,13 +17,13 @@
*
* $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>
+#include <rtems/bspIo.h> /* for printk */
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;