From af690b857361dff9fca3b944e1b52ca0d2027ee7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Jul 2009 17:39:51 +0000 Subject: [PATCH] 2009-07-09 Joel Sherrill * score/src/heap.c: Remove unneeded include. --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/heap.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 79016931a2..dda2da2167 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-07-09 Joel Sherrill + + * score/src/heap.c: Remove unneeded include. + 2009-07-08 Joel Sherrill * rtems/src/semcreate.c: Restructure to simplify and improve ability to 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 -#include #include static uint32_t instance = 0;