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

* 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:10:04 +00:00
parent 0b6d4de801
commit 8c26247841
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/clock.c: Remove unnecessary includes of rtems/libcsupport.h and
rtems/libio.h.
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this * include/bsp.h: Review of all bsp_cleanup() implementations. In this

View File

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