From 4b5ddf2748118efa493258c32fac746dc4bbd6db Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 31 May 2008 05:31:18 +0000 Subject: [PATCH] Move #include's out of extern "C" {}. --- cpukit/score/include/rtems/score/object.h | 6 +++--- cpukit/score/include/rtems/score/watchdog.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 1097e27b77..da1f4406ee 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -22,13 +22,13 @@ #ifndef _RTEMS_SCORE_OBJECT_H #define _RTEMS_SCORE_OBJECT_H +#include +#include + #ifdef __cplusplus extern "C" { #endif -#include -#include - /** * The following type defines the control block used to manage * object names. diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h index 2432d4d801..a1259ab4c4 100644 --- a/cpukit/score/include/rtems/score/watchdog.h +++ b/cpukit/score/include/rtems/score/watchdog.h @@ -31,12 +31,12 @@ */ /**@{*/ +#include + #ifdef __cplusplus extern "C" { #endif -#include - /** @brief Maximum Interval Length * * The following type defines the control block used to manage