summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/object.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-31 05:31:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-31 05:31:18 +0000
commit4b5ddf2748118efa493258c32fac746dc4bbd6db (patch)
tree4a5ff4a5fbea474336ddc6db731459ab5bc47f24 /cpukit/score/include/rtems/score/object.h
parent2008-05-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4b5ddf2748118efa493258c32fac746dc4bbd6db.tar.bz2
Move #include's out of extern "C" {}.
Diffstat (limited to 'cpukit/score/include/rtems/score/object.h')
-rw-r--r--cpukit/score/include/rtems/score/object.h6
1 files changed, 3 insertions, 3 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 <rtems/score/chain.h>
+#include <rtems/score/isr.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <rtems/score/chain.h>
-#include <rtems/score/isr.h>
-
/**
* The following type defines the control block used to manage
* object names.