forked from lijiext/lammps
no need to include mpi.h in headers that include pointers.h (directly or indirectly)
This commit is contained in:
parent
71ce1c2027
commit
e4e2342641
|
@ -14,7 +14,6 @@
|
|||
#ifndef LMP_COMM_TILED_H
|
||||
#define LMP_COMM_TILED_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "comm.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#ifndef LMP_IRREGULAR_H
|
||||
#define LMP_IRREGULAR_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "pointers.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#ifndef LAMMPS_RCB_H
|
||||
#define LAMMPS_RCB_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "pointers.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
|
@ -22,7 +22,6 @@ CommandStyle(read_dump,ReadDump)
|
|||
#ifndef LMP_READ_DUMP_H
|
||||
#define LMP_READ_DUMP_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include "pointers.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
|
Loading…
Reference in New Issue