summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 09:33:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 19:18:23 +0200
commit2b32146400e9d99bfc87516ab8b2d2809aff5326 (patch)
treecb7e9281380c67e3f8614e60ea232c16e985f511 /cpukit/posix/src/psignal.c
parentUpdated tick implementation for HAL_GetTick (diff)
downloadrtems-2b32146400e9d99bfc87516ab8b2d2809aff5326.tar.bz2
Remove superfluous <rtems/score/wkspace.h> includes
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/psignal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/psignal.c b/cpukit/posix/src/psignal.c
index 15d4c89a31..03a187f80a 100644
--- a/cpukit/posix/src/psignal.c
+++ b/cpukit/posix/src/psignal.c
@@ -27,7 +27,6 @@
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/score/watchdogimpl.h>
-#include <rtems/score/wkspace.h>
#include <rtems/posix/threadsup.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/posix/pthreadimpl.h>