summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 17:27:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 17:27:56 +0000
commit1e0f4c8061f53856f50922a3775b97814c3c1056 (patch)
tree1118af06b4f4f5381963e3fb71ba748f0780d39b
parentRemoved unneeded referenced to rtems/fatal.h (diff)
downloadrtems-1e0f4c8061f53856f50922a3775b97814c3c1056.tar.bz2
Removed unnecessary include files.
-rw-r--r--c/src/exec/score/src/objectmp.c2
-rw-r--r--cpukit/score/src/objectmp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/src/objectmp.c b/c/src/exec/score/src/objectmp.c
index a7c1eff58c..890442a744 100644
--- a/c/src/exec/score/src/objectmp.c
+++ b/c/src/exec/score/src/objectmp.c
@@ -17,7 +17,7 @@
#include <rtems/core/interr.h>
#include <rtems/core/object.h>
#include <rtems/core/wkspace.h>
-#include <rtems/rtems/support.h>
+#include <rtems/core/thread.h>
/*PAGE
*
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index a7c1eff58c..890442a744 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -17,7 +17,7 @@
#include <rtems/core/interr.h>
#include <rtems/core/object.h>
#include <rtems/core/wkspace.h>
-#include <rtems/rtems/support.h>
+#include <rtems/core/thread.h>
/*PAGE
*