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/heapiterate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/heapiterate.c') diff --git a/cpukit/score/src/heapiterate.c b/cpukit/score/src/heapiterate.c index b5c900a81f..893bcc1f80 100644 --- a/cpukit/score/src/heapiterate.c +++ b/cpukit/score/src/heapiterate.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#include +#include void _Heap_Iterate( Heap_Control *heap, -- cgit v1.2.3