From 314b835657cf0031129525dd101995ffb6db3679 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2008 06:35:31 +0000 Subject: [PATCH] =?UTF-8?q?2008-12-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/m68k.h: Don't include rtems/score/types.h, rtems/stdint.h. --- cpukit/score/cpu/m68k/ChangeLog | 5 +++++ cpukit/score/cpu/m68k/rtems/score/m68k.h | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 7a8fb22fbe..92973181dd 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2008-12-17 Ralf Corsépius + + * rtems/score/m68k.h: Don't include rtems/score/types.h, + rtems/stdint.h. + 2008-09-19 Joel Sherrill * rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get diff --git a/cpukit/score/cpu/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h index d2d13a85ed..b051d8405a 100644 --- a/cpukit/score/cpu/m68k/rtems/score/m68k.h +++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h @@ -320,11 +320,6 @@ extern "C" { #endif -#ifndef ASM -#include -#include -#endif - /* * OBSOLETE: Backward compatibility only - Don't use. * Use __mcoldfire__ instead.