Move #include's out of extern "C" {}.

This commit is contained in:
Ralf Corsepius
2008-05-31 05:31:18 +00:00
parent 9cf3432cc4
commit 4b5ddf2748
2 changed files with 5 additions and 5 deletions

View File

@@ -22,13 +22,13 @@
#ifndef _RTEMS_SCORE_OBJECT_H #ifndef _RTEMS_SCORE_OBJECT_H
#define _RTEMS_SCORE_OBJECT_H #define _RTEMS_SCORE_OBJECT_H
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
/** /**
* The following type defines the control block used to manage * The following type defines the control block used to manage
* object names. * object names.

View File

@@ -31,12 +31,12 @@
*/ */
/**@{*/ /**@{*/
#include <rtems/score/object.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include <rtems/score/object.h>
/** @brief Maximum Interval Length /** @brief Maximum Interval Length
* *
* The following type defines the control block used to manage * The following type defines the control block used to manage