forked from Imagelibrary/rtems
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/heap.c: Remove unneeded include.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user