From 89b85e510043235a115fe02b4ea97712a23cfd2b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Jul 2010 08:46:29 +0000 Subject: 2010-07-16 Sebastian Huber * rtems/score/cpu.h: Include first. * rtems/score/types.h: Use header file. --- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 4 +--- cpukit/score/cpu/no_cpu/rtems/score/types.h | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index c5a43f6ca3..d51a421efc 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -37,10 +37,8 @@ extern "C" { #endif -#include /* pick up machine definitions */ -#ifndef ASM #include -#endif +#include /* conditional compilation parameters */ diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h index 1c2cee1023..89985a2d44 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/types.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h @@ -19,10 +19,9 @@ #ifndef _RTEMS_SCORE_TYPES_H #define _RTEMS_SCORE_TYPES_H -#ifndef ASM +#include -#include -#include +#ifndef ASM #ifdef __cplusplus extern "C" { -- cgit v1.2.3