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

* clock/ckinit.c: Remove unnecessary includes of rtems/libcsupport.h
	and rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-16 19:09:53 +00:00
parent cb78c0d4d4
commit 0b6d4de801
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/ckinit.c: Remove unnecessary includes of rtems/libcsupport.h
and rtems/libio.h.
2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Create

View File

@@ -15,7 +15,6 @@
#include <stdlib.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <bsp.h>
void Clock_exit( void );