summaryrefslogtreecommitdiffstats
path: root/testsuites/validation
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 13:34:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 11:58:32 +0200
commit527af2b7f2b27c19e27a8c2a47bbe5786fc66f47 (patch)
tree9a63abc5435a570473b6bc71c3a99565c38aebef /testsuites/validation
parentbuild: Export BSP base and family via pkg-config (diff)
downloadrtems-527af2b7f2b27c19e27a8c2a47bbe5786fc66f47.tar.bz2
score: Move formatted I/O functions
These functions do not belong to an super core service.
Diffstat (limited to 'testsuites/validation')
-rw-r--r--testsuites/validation/tc-task-delete.c1
-rw-r--r--testsuites/validation/tc-terminate.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/validation/tc-task-delete.c b/testsuites/validation/tc-task-delete.c
index 3172604eff..d917062d0d 100644
--- a/testsuites/validation/tc-task-delete.c
+++ b/testsuites/validation/tc-task-delete.c
@@ -57,7 +57,6 @@
#include <setjmp.h>
#include <rtems/bspIo.h>
#include <rtems/test-scheduler.h>
-#include <rtems/score/io.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/threadimpl.h>
diff --git a/testsuites/validation/tc-terminate.c b/testsuites/validation/tc-terminate.c
index 3ea314efc3..b533092c19 100644
--- a/testsuites/validation/tc-terminate.c
+++ b/testsuites/validation/tc-terminate.c
@@ -58,7 +58,6 @@
#include <rtems/bspIo.h>
#include <rtems/test-info.h>
#include <rtems/score/atomic.h>
-#include <rtems/score/io.h>
#include <rtems/score/percpu.h>
#include <rtems/score/sysstate.h>