1
1

Remove an useless .h file. With this include basically all the files in ompi will get recompiled

when dps_internal.h get touched. Anyway the name say it should be internal to the dps system, so
there is no reason to have it included everywhere.

This commit was SVN r5555.
Этот коммит содержится в:
George Bosilca 2005-05-01 08:24:24 +00:00
родитель 6fd89c67b3
Коммит bd75b69fa1

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

@ -34,7 +34,6 @@
#include "mca/schema/schema.h"
#include "class/ompi_object.h"
#include "dps/dps_types.h"
#include "dps/dps_internal.h"
#include "mca/ns/ns_types.h"
#include "mca/rmgr/rmgr_types.h"
#include "mca/soh/soh_types.h"