From 2b1804b0f4d08f177ff60f637ef0d5d6efc0956e Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 30 Mar 2009 23:09:18 +0000 Subject: [PATCH] Remove useless header files. This commit was SVN r20897. --- ompi/mca/btl/sm/btl_sm.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ompi/mca/btl/sm/btl_sm.h b/ompi/mca/btl/sm/btl_sm.h index e500bf2c2f..36202bbdd0 100644 --- a/ompi/mca/btl/sm/btl_sm.h +++ b/ompi/mca/btl/sm/btl_sm.h @@ -39,7 +39,6 @@ #include #endif /* HAVE_UNISTD_H */ #include "opal/class/opal_free_list.h" -#include "opal/class/opal_bitmap.h" #include "ompi/class/ompi_free_list.h" #include "opal/event/event.h" #include "ompi/mca/btl/btl.h" @@ -48,8 +47,6 @@ #include "ompi/mca/mpool/mpool.h" #include "ompi/mca/common/sm/common_sm_mmap.h" -#include "opal/mca/maffinity/base/base.h" - #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif