From 8695cae269f9c87a535e26180c5b2b5d370720fa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 14:19:58 +0200 Subject: rtems: Create part implementation header Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API. --- cpukit/rtems/src/partident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/partident.c') diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c index d13af32ef0..b6ec38bcc3 100644 --- a/cpukit/rtems/src/partident.c +++ b/cpukit/rtems/src/partident.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3