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/heapwalk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/heapwalk.c') diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c index c84f1282de..9e8557ae97 100644 --- a/cpukit/score/src/heapwalk.c +++ b/cpukit/score/src/heapwalk.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3