1
1

- For the upcoming header cleanup commit,

several header files (previously included by header-files)
   now have to be moved "upward".
   This is mainly system headers such as string.h, stdio.h and for
   networking, but also some orte headers.

This commit was SVN r21095.
Этот коммит содержится в:
Rainer Keller 2009-04-29 00:49:23 +00:00
родитель f3cfe32b5d
Коммит 6c1cce8761
20 изменённых файлов: 64 добавлений и 1 удалений

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

@ -20,7 +20,6 @@
*/
#include "ompi_config.h"
#include "opal/util/output.h"
#ifdef HAVE_STRING_H
#include <string.h>
@ -32,6 +31,8 @@
#include <limits.h>
#include <ctype.h>
#include "opal/util/output.h"
#include "opal/util/strncpy.h"
#include "ompi/constants.h"
#include "ompi/info/info.h"
#include "ompi/runtime/params.h"

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

@ -35,6 +35,7 @@
/* Open MPI includes */
#include "ompi/class/ompi_free_list.h"
#include "opal/class/opal_pointer_array.h"
#include "opal/class/opal_hash_table.h"
#include "opal/util/output.h"
#include "opal/event/event.h"
#include "ompi/mca/btl/btl.h"

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

@ -9,6 +9,11 @@
*/
#include "ompi_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "base.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"

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

@ -29,6 +29,7 @@
#endif /* HAVE_TIME_H */
#include "ompi/constants.h"
#include "ompi/datatype/datatype.h"
#include "ompi/runtime/mpiruntime.h"
#include "ompi/runtime/params.h"
#include "ompi/datatype/datatype.h"

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

@ -20,6 +20,7 @@
*/
#include "ompi_config.h"
#include "ompi/constants.h"
#include "mpi.h"
#include <stdio.h>

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

@ -22,6 +22,10 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_UNISTD_H

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

@ -22,6 +22,10 @@
#include "opal_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <errno.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>

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

@ -21,6 +21,16 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */

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

@ -31,6 +31,7 @@
#include "opal/dss/dss.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/odls/base/base.h"
#include "orte/mca/odls/odls_types.h"
#include "orte/mca/ess/ess.h"
#include "orte/mca/rml/rml.h"
#include "orte/mca/rml/rml_types.h"

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

@ -33,6 +33,7 @@
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ess/ess.h"
#include "orte/mca/odls/base/base.h"
#include "orte/mca/odls/odls_types.h"
#include "orte/mca/rml/rml.h"
#include "orte/mca/rml/rml_types.h"
#include "orte/mca/routed/routed.h"

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

@ -20,6 +20,10 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#if !ORTE_DISABLE_FULL_SUPPORT
#include "opal/mca/mca.h"
#include "opal/mca/base/base.h"

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

@ -20,6 +20,9 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif

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

@ -29,6 +29,10 @@
#include "orte/constants.h"
#include "orte/types.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#if HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -20,6 +20,10 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#if !ORTE_DISABLE_FULL_SUPPORT
#include "opal/mca/mca.h"

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

@ -26,6 +26,11 @@
* includes
*/
#include "orte_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "orte/constants.h"
#include "orte/types.h"

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

@ -20,6 +20,10 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include "opal/mca/base/base.h"
#include "opal/util/output.h"
#include "opal/mca/base/mca_base_param.h"

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

@ -16,6 +16,10 @@
#include "orte_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <sys/types.h>
#include "opal/dss/dss.h"

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

@ -21,6 +21,10 @@
#include "orte/constants.h"
#include "orte/types.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif

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

@ -23,6 +23,7 @@
#include "orte_config.h"
#include "opal/threads/condition.h"
#include "opal/threads/mutex.h"
#include "opal/util/cmd_line.h"
#include "orte/runtime/orte_globals.h"

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

@ -20,6 +20,7 @@
#include "orte_config.h"
#include "orte/constants.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H