From 93fb3cb059d8f232b57fccebafa65311b94d9da7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 10:38:11 +0200 Subject: score: Create rbtree implementation header Move implementation specific parts of rbtree.h and rbtree.inl into new header file rbtreeimpl.h. The rbtree.h contains now only the application visible API. --- cpukit/score/src/rbtreeextract.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/score/src/rbtreeextract.c') diff --git a/cpukit/score/src/rbtreeextract.c b/cpukit/score/src/rbtreeextract.c index 3079f10b6e..0f38fbc325 100644 --- a/cpukit/score/src/rbtreeextract.c +++ b/cpukit/score/src/rbtreeextract.c @@ -10,9 +10,7 @@ #include "config.h" #endif -#include -#include -#include +#include #include /** @brief Validate and fix-up tree properties after deleting a node -- cgit v1.2.3