1
1

Move the header in the right place.

Reove some unused code.

This commit was SVN r8551.
Этот коммит содержится в:
George Bosilca 2005-12-19 23:31:42 +00:00
родитель f993b3a1f0
Коммит f69d077343
2 изменённых файлов: 11 добавлений и 5 удалений

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

@ -23,11 +23,21 @@
#include <vector>
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif /* HAVE_SYS_WAIT_H */
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif /* HAVE_SYS_STAT_H */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <errno.h>
#include "opal/util/path.h"
@ -225,10 +235,6 @@ ompi_wrap_build_xppflags(const ompi_sv_t & env_list,
#if OMPI_WANT_CXX_BINDINGS || OMPI_WANT_DEVEL_HEADERS
xppflags.push_back("-I" + incdir + "/openmpi/ompi");
#endif
#if defined(WIN32) && WIN32
#error "Anju needs to fix me. FIX ME FIX ME FIX ME."
#endif
}

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

@ -16,10 +16,10 @@
// $HEADER$
//
#include <iostream>
#include "ompi_config.h"
#include "tools/wrappers/ompi_wrap.h"
#include <iostream>
using namespace std;
///