1
1

Replaced the explicit include of inttypes.h by the opal replacement.

This commit was SVN r17295.
Этот коммит содержится в:
Aurelien Bouteiller 2008-01-29 07:35:14 +00:00
родитель e261861f4a
Коммит bd10a0231f

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

@ -14,9 +14,7 @@
#include "ompi_config.h"
#include "opal/mca/base/mca_base_param.h"
#include "ompi/mca/pml/base/pml_base_request.h"
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif /* HAVE_INTTYPES_H */
#include "opal_stdint.h"
BEGIN_C_DECLS