summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-13 22:39:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-13 22:39:39 +0000
commit2a4e8e0457eabafac4845105ebef40429e7e74a0 (patch)
tree4cf64809103fee82de75a697f56bb6f5106cf409 /cpukit/rtems
parent2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2a4e8e0457eabafac4845105ebef40429e7e74a0.tar.bz2
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
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/region.h4
-rw-r--r--cpukit/rtems/src/rtemsobjectgetclassinfo.c3
2 files changed, 1 insertions, 6 deletions
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 <stddef.h>
-
#include <rtems/score/object.h>
#include <rtems/score/threadq.h>
#include <rtems/score/heap.h>
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 <stdio.h>
-#include <string.h>
-
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/score/object.h>