From 2a4e8e0457eabafac4845105ebef40429e7e74a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 13 Jun 2009 22:39:39 +0000 Subject: [PATCH] 2009-06-13 Joel Sherrill * 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 --- cpukit/ChangeLog | 8 ++++++++ cpukit/rtems/include/rtems/rtems/region.h | 4 +--- cpukit/rtems/src/rtemsobjectgetclassinfo.c | 3 --- cpukit/score/src/heapwalk.c | 2 -- cpukit/score/src/objectgetnameasstring.c | 2 -- cpukit/score/src/objectsetname.c | 1 - cpukit/score/src/timespecdivide.c | 2 -- cpukit/score/src/ts64divide.c | 2 -- 8 files changed, 9 insertions(+), 15 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9b82a18048..1dc3c5b6a6 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2009-06-13 Joel Sherrill + + * 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 * libblock/src/flashdisk.c, libblock/src/nvdisk.c, diff --git a/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/rtems/include/rtems/rtems/region.h index 0a2e804bc2..6e58ccb3f6 100644 --- a/cpukit/rtems/include/rtems/rtems/region.h +++ b/cpukit/rtems/include/rtems/rtems/region.h @@ -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 - #include #include #include diff --git a/cpukit/rtems/src/rtemsobjectgetclassinfo.c b/cpukit/rtems/src/rtemsobjectgetclassinfo.c index f47846506f..01ca394216 100644 --- a/cpukit/rtems/src/rtemsobjectgetclassinfo.c +++ b/cpukit/rtems/src/rtemsobjectgetclassinfo.c @@ -15,9 +15,6 @@ #include "config.h" #endif -#include -#include - #include #include #include diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c index e3b487777b..7831b1be9b 100644 --- a/cpukit/score/src/heapwalk.c +++ b/cpukit/score/src/heapwalk.c @@ -38,8 +38,6 @@ * Output parameters: NONE */ -#include - bool _Heap_Walk( Heap_Control *the_heap, int source, diff --git a/cpukit/score/src/objectgetnameasstring.c b/cpukit/score/src/objectgetnameasstring.c index 0b8765d49b..97ace92446 100644 --- a/cpukit/score/src/objectgetnameasstring.c +++ b/cpukit/score/src/objectgetnameasstring.c @@ -17,11 +17,9 @@ #include #include #include -#include #include #include - /* * 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 diff --git a/cpukit/score/src/objectsetname.c b/cpukit/score/src/objectsetname.c index c0b6019628..417690555c 100644 --- a/cpukit/score/src/objectsetname.c +++ b/cpukit/score/src/objectsetname.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/cpukit/score/src/timespecdivide.c b/cpukit/score/src/timespecdivide.c index 91e6319848..68b284909d 100644 --- a/cpukit/score/src/timespecdivide.c +++ b/cpukit/score/src/timespecdivide.c @@ -17,8 +17,6 @@ #include "config.h" #endif -#include - #include #include #include diff --git a/cpukit/score/src/ts64divide.c b/cpukit/score/src/ts64divide.c index a8a08c985d..0bf410664b 100644 --- a/cpukit/score/src/ts64divide.c +++ b/cpukit/score/src/ts64divide.c @@ -17,8 +17,6 @@ #include "config.h" #endif -#include - #include #include #include