2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>

* score/src/heap.c: Remove unneeded include.
This commit is contained in:
Joel Sherrill
2009-07-09 17:39:51 +00:00
parent 0c5a8be8b2
commit af690b8573
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/heap.c: Remove unneeded include.
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/semcreate.c: Restructure to simplify and improve ability to

View File

@@ -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;