1
1

Remove all the useless includes. Most of the endpoint do not depend on the

orte includes.

This commit was SVN r8932.
Этот коммит содержится в:
George Bosilca 2006-02-08 05:10:48 +00:00
родитель f96f9afc27
Коммит 9f1357fb89
2 изменённых файлов: 0 добавлений и 7 удалений

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

@ -22,11 +22,8 @@
#include <time.h>
#include "include/types.h"
#include "ompi/mca/pml/base/pml_base_sendreq.h"
#include "orte/mca/ns/base/base.h"
#include "orte/mca/oob/base/base.h"
#include "orte/mca/rml/rml.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/dss/dss.h"
#include "btl_mvapi.h"
#include "btl_mvapi_endpoint.h"
#include "btl_mvapi_proc.h"

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

@ -46,10 +46,6 @@
#include <time.h>
#endif /* HAVE_TIME_H */
#include "include/types.h"
#include "orte/mca/ns/base/base.h"
#include "orte/mca/oob/base/base.h"
#include "orte/mca/rml/rml.h"
#include "orte/mca/errmgr/errmgr.h"
#include "ompi/mca/btl/base/btl_base_error.h"
#include "btl_tcp.h"
#include "btl_tcp_endpoint.h"