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

* shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
This commit is contained in:
Joel Sherrill
2007-09-18 20:59:57 +00:00
parent 5ac8f13977
commit a3ae7d7a5f
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/1553/b1553brm.c, shared/can/grcan.c: Remove include of sched.h
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/spw/grspw.c: Remove include of sched.h. It does not appear to

View File

@@ -54,7 +54,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>

View File

@@ -21,7 +21,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>