more include file cleanup suggested by IWYU
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user