2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/bspclean.c: Remove incldue stdio.h
This commit is contained in:
Joel Sherrill
2007-05-09 19:08:08 +00:00
parent 6b6c06be2c
commit 3673ee7cd8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspclean.c: Remove incldue stdio.h
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do

View File

@@ -11,7 +11,6 @@
* $Id$ * $Id$
*/ */
#include <stdio.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <rtems/libio.h> #include <rtems/libio.h>