1
1

- Sorry to come back to this, but revert r20643...

Headers should be included in the .c directly.

This commit was SVN r20645.

The following SVN revision numbers were found above:
  r20643 --> open-mpi/ompi@e46c512ee7
Этот коммит содержится в:
Rainer Keller 2009-02-26 22:01:01 +00:00
родитель ffb35a1b6c
Коммит 1745895d09
3 изменённых файлов: 2 добавлений и 1 удалений

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

@ -31,7 +31,6 @@
#include "opal/event/event.h"
#include "orte/runtime/orte_globals.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/snapc/snapc.h"
BEGIN_C_DECLS

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

@ -40,6 +40,7 @@
#include "orte/mca/plm/plm.h"
#include "orte/mca/filem/filem.h"
#include "orte/mca/grpcomm/grpcomm.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/snapc/snapc.h"
#include "orte/mca/snapc/base/base.h"

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

@ -61,6 +61,7 @@
#include "orte/mca/odls/odls.h"
#include "orte/mca/odls/base/base.h"
#include "orte/mca/odls/base/odls_private.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/snapc/snapc.h"
#include "orte/mca/snapc/base/base.h"