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
4 changed files with 0 additions and 4 deletions

View File

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