no need to include mpi.h in headers that include pointers.h (directly or indirectly)

This commit is contained in:
Axel Kohlmeyer 2019-08-13 11:01:14 -04:00
parent 71ce1c2027
commit e4e2342641
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
4 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@
#ifndef LMP_COMM_TILED_H
#define LMP_COMM_TILED_H
#include <mpi.h>
#include "comm.h"
namespace LAMMPS_NS {

View File

@ -14,7 +14,6 @@
#ifndef LMP_IRREGULAR_H
#define LMP_IRREGULAR_H
#include <mpi.h>
#include "pointers.h"
namespace LAMMPS_NS {

View File

@ -14,7 +14,6 @@
#ifndef LAMMPS_RCB_H
#define LAMMPS_RCB_H
#include <mpi.h>
#include "pointers.h"
namespace LAMMPS_NS {

View File

@ -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 {