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

* shared/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h
	and rtems/libio.h.
This commit is contained in:
Joel Sherrill
2008-09-16 19:08:22 +00:00
parent 887297fa48
commit ab435f1cd0
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h
and rtems/libio.h.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and

View File

@@ -19,12 +19,8 @@
* $Id$
*/
#include <string.h>
#include <bsp.h>
#include <bsp/bootcard.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <rtems/bspIo.h>
/*