From b1bb339d23849b20e910cbba4427d2ef974ebdd6 Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Tue, 29 Nov 2011 11:49:41 +0000 Subject: [PATCH] fix r25507 rationalization of rsh support by removing include of plm_base_rsh_support.h from tm module This commit was SVN r25519. The following SVN revision numbers were found above: r25507 --> open-mpi/ompi@b475421c162846bbd29e495b3e40ecd79166aa37 --- orte/mca/plm/tm/plm_tm_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/orte/mca/plm/tm/plm_tm_module.c b/orte/mca/plm/tm/plm_tm_module.c index d25562edf5..bebc76c68a 100644 --- a/orte/mca/plm/tm/plm_tm_module.c +++ b/orte/mca/plm/tm/plm_tm_module.c @@ -73,7 +73,6 @@ #include "orte/mca/plm/plm.h" #include "orte/mca/plm/base/plm_private.h" -#include "orte/mca/plm/base/plm_base_rsh_support.h" #include "plm_tm.h"