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,11 +14,8 @@
#include <mpi.h>
#include "compute_erotate_sphere.h"
#include "atom.h"
#include "atom_vec.h"
#include "update.h"
#include "force.h"
#include "domain.h"
#include "group.h"
#include "error.h"
using namespace LAMMPS_NS;