2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems/score/m68k.h: Don't include rtems/score/types.h,
	rtems/stdint.h.
This commit is contained in:
Ralf Corsepius
2008-12-17 06:35:31 +00:00
parent 654574bd8f
commit 314b835657
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/m68k.h: Don't include rtems/score/types.h,
rtems/stdint.h.
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/m68k.h: Move set cacr, acr0, acr1 routines here to get

View File

@@ -320,11 +320,6 @@ extern "C" {
#endif
#ifndef ASM
#include <rtems/score/types.h>
#include <rtems/stdint.h>
#endif
/*
* OBSOLETE: Backward compatibility only - Don't use.
* Use __mcoldfire__ instead.