From 4569f77645c27d375758b0005f451e71275ca00d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 2 Nov 2012 14:16:55 +0000 Subject: [PATCH] Remove redundant common_verbs.h include. This commit was SVN r27556. --- ompi/mca/btl/openib/btl_openib_component.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ompi/mca/btl/openib/btl_openib_component.c b/ompi/mca/btl/openib/btl_openib_component.c index a6ad23551e..572b24cab4 100644 --- a/ompi/mca/btl/openib/btl_openib_component.c +++ b/ompi/mca/btl/openib/btl_openib_component.c @@ -50,7 +50,6 @@ #include "opal/util/argv.h" #include "opal/memoryhooks/memory.h" #include "opal/mca/base/mca_base_param.h" -#include "ompi/mca/common/verbs/common_verbs.h" /* Define this before including hwloc.h so that we also get the hwloc verbs helper header file, too. We have to do this level of indirection because the hwloc subsystem is a component -- we don't