Unverified Commit e4e23426 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent 71ce1c20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#ifndef LMP_COMM_TILED_H
#define LMP_COMM_TILED_H

#include <mpi.h>
#include "comm.h"

namespace LAMMPS_NS {
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#ifndef LMP_IRREGULAR_H
#define LMP_IRREGULAR_H

#include <mpi.h>
#include "pointers.h"

namespace LAMMPS_NS {
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#ifndef LAMMPS_RCB_H
#define LAMMPS_RCB_H

#include <mpi.h>
#include "pointers.h"

namespace LAMMPS_NS {
+0 −1
Original line number Diff line number Diff line
@@ -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 {