1
1
This commit was SVN r20897.
Этот коммит содержится в:
George Bosilca 2009-03-30 23:09:18 +00:00
родитель b95a3d0eb9
Коммит 2b1804b0f4

Просмотреть файл

@ -39,7 +39,6 @@
#include <unistd.h> #include <unistd.h>
#endif /* HAVE_UNISTD_H */ #endif /* HAVE_UNISTD_H */
#include "opal/class/opal_free_list.h" #include "opal/class/opal_free_list.h"
#include "opal/class/opal_bitmap.h"
#include "ompi/class/ompi_free_list.h" #include "ompi/class/ompi_free_list.h"
#include "opal/event/event.h" #include "opal/event/event.h"
#include "ompi/mca/btl/btl.h" #include "ompi/mca/btl/btl.h"
@ -48,8 +47,6 @@
#include "ompi/mca/mpool/mpool.h" #include "ompi/mca/mpool/mpool.h"
#include "ompi/mca/common/sm/common_sm_mmap.h" #include "ompi/mca/common/sm/common_sm_mmap.h"
#include "opal/mca/maffinity/base/base.h"
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
extern "C" { extern "C" {
#endif #endif