diff --git a/orte/mca/plm/gridengine/plm_gridengine_module.c b/orte/mca/plm/gridengine/plm_gridengine_module.c index c3b5551cfa..9de54d3d0c 100644 --- a/orte/mca/plm/gridengine/plm_gridengine_module.c +++ b/orte/mca/plm/gridengine/plm_gridengine_module.c @@ -68,7 +68,6 @@ #include "opal/util/os_path.h" #include "opal/util/path.h" #include "opal/event/event.h" -#include "orte/util/show_help.h" #include "opal/util/argv.h" #include "opal/util/opal_environ.h" #include "orte/util/output.h" @@ -450,7 +449,7 @@ static int plm_gridengine_launch_job(orte_job_t *jdata) ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), orted_path)); - var = opal_home_directory(); + var = (char*)opal_home_directory(); if (NULL != var) { ORTE_OUTPUT_VERBOSE((1, orte_plm_globals.output, "%s plm:gridengine: changing to directory %s", diff --git a/orte/mca/ras/gridengine/ras_gridengine_module.c b/orte/mca/ras/gridengine/ras_gridengine_module.c index f48dcc31d8..07c171fefd 100644 --- a/orte/mca/ras/gridengine/ras_gridengine_module.c +++ b/orte/mca/ras/gridengine/ras_gridengine_module.c @@ -29,11 +29,8 @@ #include "opal/util/argv.h" #include "orte/util/output.h" -#include "orte/util/show_help.h" - #include "orte/mca/errmgr/errmgr.h" #include "orte/runtime/orte_globals.h" - #include "orte/mca/ras/base/ras_private.h" #include "orte/mca/ras/gridengine/ras_gridengine.h"