2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/clock/clock.c: Remove unnecessary includes of
	rtems/libcsupport.h and rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-16 19:07:06 +00:00
parent dcc905b912
commit e66402b51e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/clock/clock.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspstart.c, shared/startup/pretaskinghook.c: Add use

View File

@@ -18,7 +18,7 @@
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
*/
#include <rtems/libio.h>
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <libcpu/powerpc-utility.h>