2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* libmisc/mouse/mouse_parser.c, libmisc/mouse/serial_mouse.c: Remove
	include of bsp.h
This commit is contained in:
Joel Sherrill
2011-03-14 18:17:28 +00:00
parent 7d0e70214f
commit 03b50961d8
3 changed files with 5 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/mouse/mouse_parser.c, libmisc/mouse/serial_mouse.c: Remove
include of bsp.h
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/deviceerrno.c: Add RTEMS_INVALID_CLOCK,
-1
View File
@@ -35,7 +35,6 @@
#include <errno.h>
#include <rtems.h>
#include <bsp.h>
#include <rtems/mouse_parser.h>
#include <rtems/mw_uid.h>
-1
View File
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <bsp.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>