summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 16:22:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 16:22:25 +0000
commitbe650a843caf7f920c4af44bad7f48c23a189989 (patch)
treeeb5b8e101b42d0de7291468443480701f1a70db1 /cpukit/score/include/rtems
parentChanged version number (diff)
downloadrtems-be650a843caf7f920c4af44bad7f48c23a189989.tar.bz2
moving files around
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/object.h2
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h2
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h2
3 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 3da299e95f..c64b15d786 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -545,7 +545,7 @@ STATIC INLINE void _Objects_Close(
);
#include <rtems/core/object.inl>
-#include <rtems/objectmp.h>
+#include <rtems/core/objectmp.h>
#ifdef __cplusplus
}
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index cef5c6879d..324cc59472 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -176,7 +176,7 @@ void _Objects_MP_Is_remote (
EXTERN unsigned32 _Objects_MP_Maximum_global_objects;
EXTERN Chain_Control _Objects_MP_Inactive_global_objects;
-#include <rtems/objectmp.inl>
+#include <rtems/core/objectmp.inl>
#ifdef __cplusplus
}
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index b0ace61f98..59d6c955e9 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -152,7 +152,7 @@ STATIC INLINE boolean _System_state_Is_failed (
System_state_Codes state
);
-#include <rtems/sysstate.inl>
+#include <rtems/core/sysstate.inl>
#ifdef __cplusplus
}