summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heap.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 17:39:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 17:39:51 +0000
commitaf690b857361dff9fca3b944e1b52ca0d2027ee7 (patch)
tree626382ddf44924bf7ac38db5f255475878580162 /cpukit/score/src/heap.c
parent2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-af690b857361dff9fca3b944e1b52ca0d2027ee7.tar.bz2
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/heap.c: Remove unneeded include.
Diffstat (limited to 'cpukit/score/src/heap.c')
-rw-r--r--cpukit/score/src/heap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index 014df39d74..df194a6dca 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -1,7 +1,7 @@
/*
* Heap Handler
*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,7 +16,6 @@
#endif
#include <rtems/system.h>
-#include <rtems/score/sysstate.h>
#include <rtems/score/heap.h>
static uint32_t instance = 0;