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.