forked from Imagelibrary/rtems
2009-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/region.h, rtems/src/rtemsobjectgetclassinfo.c, score/src/heapwalk.c, score/src/objectgetnameasstring.c, score/src/objectsetname.c, score/src/timespecdivide.c, score/src/ts64divide.c: Remove include of stdio.h
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/include/rtems/rtems/region.h,
|
||||
rtems/src/rtemsobjectgetclassinfo.c, score/src/heapwalk.c,
|
||||
score/src/objectgetnameasstring.c, score/src/objectsetname.c,
|
||||
score/src/timespecdivide.c, score/src/ts64divide.c: Remove include of
|
||||
stdio.h
|
||||
|
||||
2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libblock/src/flashdisk.c, libblock/src/nvdisk.c,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* - return a segment to a region
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
/* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -27,8 +27,6 @@
|
||||
#ifndef _RTEMS_RTEMS_REGION_H
|
||||
#define _RTEMS_RTEMS_REGION_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <rtems/score/object.h>
|
||||
#include <rtems/score/threadq.h>
|
||||
#include <rtems/score/heap.h>
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/score/object.h>
|
||||
|
||||
@@ -38,8 +38,6 @@
|
||||
* Output parameters: NONE
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
bool _Heap_Walk(
|
||||
Heap_Control *the_heap,
|
||||
int source,
|
||||
|
||||
@@ -17,11 +17,9 @@
|
||||
#include <rtems/score/object.h>
|
||||
#include <rtems/score/thread.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
/*
|
||||
* This method objects the name of an object and returns its name
|
||||
* in the form of a C string. It attempts to be careful about
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include <rtems/score/thread.h>
|
||||
#include <rtems/score/wkspace.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <sys/types.h>
|
||||
#include <rtems/score/timespec.h>
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <sys/types.h>
|
||||
#include <rtems/score/timestamp.h>
|
||||
|
||||
Reference in New Issue
Block a user