summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
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/libcsupport/src
parentUpdated tick implementation for HAL_GetTick (diff)
downloadrtems-2b32146400e9d99bfc87516ab8b2d2809aff5326.tar.bz2
Remove superfluous <rtems/score/wkspace.h> includes
Diffstat (limited to 'cpukit/libcsupport/src')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index 1a400eeb18..2dccfd0375 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -28,7 +28,6 @@
#include <rtems/libcsupport.h>
#include <rtems/score/threadimpl.h>
-#include <rtems/score/wkspace.h>
bool newlib_create_hook(
rtems_tcb *current_task RTEMS_UNUSED,