summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heap.c
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-10-12 14:18:39 -0500
committerJoel Sherrill <joel@rtems.org>2023-10-13 19:02:15 -0500
commite7cb79c39d8dbc02ded1d6d9c37ee00323508bf3 (patch)
tree6ec1f036a2a637e337cd038c3c469cd81c246521 /cpukit/score/src/heap.c
parentbsps: Remove unused includes (diff)
downloadrtems-e7cb79c39d8dbc02ded1d6d9c37ee00323508bf3.tar.bz2
cpukit: Remove unused includes
Diffstat (limited to 'cpukit/score/src/heap.c')
-rw-r--r--cpukit/score/src/heap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index 948e48e5d5..f2d02940bd 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -45,8 +45,6 @@
#include <rtems/score/threadimpl.h>
#include <rtems/score/interr.h>
-#include <string.h>
-
#if CPU_ALIGNMENT == 0 || CPU_ALIGNMENT % 2 != 0
#error "invalid CPU_ALIGNMENT value"
#endif