From ecdcf01adddae75aaf496e95425ef927aeffca15 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 13:13:45 +0200 Subject: rtems: Create ratemon implementation header Move implementation specific parts of ratemon.h and ratemon.inl into new header file ratemonimpl.h. The ratemon.h contains now only the application visible API. --- cpukit/rtems/src/ratemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/ratemon.c') diff --git a/cpukit/rtems/src/ratemon.c b/cpukit/rtems/src/ratemon.c index d96a9b0612..59d1f0b853 100644 --- a/cpukit/rtems/src/ratemon.c +++ b/cpukit/rtems/src/ratemon.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include void _Rate_monotonic_Manager_initialization(void) -- cgit v1.2.3