From 2c8b87f99859cf2c0c41f1c86272a7cccad9d511 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 12:10:41 +0100 Subject: rtems: Move includes out of extern "C" scope --- cpukit/include/rtems/init.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/include/rtems/init.h') diff --git a/cpukit/include/rtems/init.h b/cpukit/include/rtems/init.h index fa3108ea50..86b1408d64 100644 --- a/cpukit/include/rtems/init.h +++ b/cpukit/include/rtems/init.h @@ -28,14 +28,14 @@ #ifndef _RTEMS_INIT_H #define _RTEMS_INIT_H -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include +#ifdef __cplusplus +extern "C" { +#endif + /** * @brief Initializes the system and starts multitasking. * -- cgit v1.2.3