1
1

Change <> to "" -- just for clarification and help in transmorgifying

for the Windoze port

This commit was SVN r2950.
Этот коммит содержится в:
Jeff Squyres 2004-10-06 15:24:48 +00:00
родитель fd839da034
Коммит f09bc8f488
2 изменённых файлов: 10 добавлений и 5 удалений

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

@ -1,7 +1,12 @@
#include <ompi_config.h>
#include <mpi.h>
#include <datatype.h>
#include <datatype_internal.h>
/*
* $HEADER$
*/
#include "ompi_config.h"
#include "mpi.h"
#include "datatype/datatype.h"
#include "datatype/datatype_internal.h"
typedef struct __dt_args {
int create_type;

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

@ -5,7 +5,7 @@
* (e.g., Itanium with RedHat Advanced Server glibc).
*/
#include <ompi_config.h>
#include "ompi_config.h"
#include <string.h>