more include file cleanup suggested by IWYU

This commit is contained in:
Axel Kohlmeyer
2019-06-28 02:01:08 -04:00
parent a5cb6ddd4a
commit 378474c4e6
44 changed files with 30 additions and 47 deletions

View File

@ -14,8 +14,11 @@
// NOTE: allow for bin center to be variables for sphere/cylinder
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <map>
#include <utility>
#include "compute_chunk_atom.h"
#include "atom.h"
#include "update.h"
@ -24,6 +27,7 @@
#include "region.h"
#include "lattice.h"
#include "modify.h"
#include "fix.h"
#include "fix_store.h"
#include "comm.h"
#include "group.h"
@ -33,8 +37,6 @@
#include "memory.h"
#include "error.h"
#include <map>
using namespace LAMMPS_NS;
using namespace MathConst;