summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/powerpc/rdbg_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/src/powerpc/rdbg_f.c')
-rw-r--r--c/src/librdbg/src/powerpc/rdbg_f.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/librdbg/src/powerpc/rdbg_f.c b/c/src/librdbg/src/powerpc/rdbg_f.c
index 3cdfc26579..f0131e91d8 100644
--- a/c/src/librdbg/src/powerpc/rdbg_f.c
+++ b/c/src/librdbg/src/powerpc/rdbg_f.c
@@ -10,14 +10,13 @@
**************************************************************************
*/
+#include <rtems/score/cpu.h>
#include <assert.h>
#include <errno.h>
#include <rdbg/reg.h>
#include <rdbg/remdeb.h>
#include <rdbg/rdbg.h>
-#include <rtems/score/cpu.h>
#include <rtems/score/thread.h>
-#include <libcpu/cpu.h>
void
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)