summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/object.c')
-rw-r--r--cpukit/score/src/object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/object.c b/cpukit/score/src/object.c
index 7ff6aa5204..0fbe287842 100644
--- a/cpukit/score/src/object.c
+++ b/cpukit/score/src/object.c
@@ -16,10 +16,10 @@
#include <rtems/system.h>
#include <rtems/core/chain.h>
#include <rtems/core/object.h>
-#include <rtems/objectmp.h>
+#include <rtems/core/objectmp.h>
#include <rtems/core/thread.h>
#include <rtems/core/wkspace.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
/*PAGE
*