1
1

System-level includes should be at the top of the file, before most

OPAL/ORTE/OMPI includes.

This commit was SVN r26349.
Этот коммит содержится в:
Jeff Squyres 2012-04-27 11:29:22 +00:00
родитель 94de69bd0c
Коммит 9829d2279f

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

@ -18,6 +18,8 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <math.h>
#include <infiniband/verbs.h>
#include "opal/types.h"
#include "orte/types.h"
@ -38,10 +40,6 @@
#include "orte/runtime/orte_globals.h"
#include "math.h"
#include <infiniband/verbs.h>
#include "oob_ud_qp.h"
#include "oob_ud_peer.h"
#include "oob_ud_req.h"