summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
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/score/src
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/score/src')
-rw-r--r--cpukit/score/src/heapwalk.c2
-rw-r--r--cpukit/score/src/objectgetnameasstring.c2
-rw-r--r--cpukit/score/src/objectsetname.c1
-rw-r--r--cpukit/score/src/timespecdivide.c2
-rw-r--r--cpukit/score/src/ts64divide.c2
5 files changed, 0 insertions, 9 deletions
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 <stdio.h>
-
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 <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
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 <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
#include <stdlib.h>
-#include <stdio.h>
#include <ctype.h>
#include <inttypes.h>
#include <string.h>
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 <stdio.h>
-
#include <rtems/system.h>
#include <sys/types.h>
#include <rtems/score/timespec.h>
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 <stdio.h>
-
#include <rtems/system.h>
#include <sys/types.h>
#include <rtems/score/timestamp.h>