From e6f7f81766efeb713b3e0a6fa67122f3f1cf9895 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 16:50:51 +0200 Subject: score: Create heap implementation header Move implementation specific parts of heap.h and heap.inl into new header file heapimpl.h. The heap.h contains now only the application visible API. --- cpukit/score/src/heapgreedy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/heapgreedy.c') diff --git a/cpukit/score/src/heapgreedy.c b/cpukit/score/src/heapgreedy.c index b5c61a4e64..833a80ea34 100644 --- a/cpukit/score/src/heapgreedy.c +++ b/cpukit/score/src/heapgreedy.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#include +#include Heap_Block *_Heap_Greedy_allocate( Heap_Control *heap, -- cgit v1.2.3