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

@ -11,9 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "compute_contact_atom.h"
#include "atom.h"
#include "update.h"
@ -22,7 +20,6 @@
#include "neigh_list.h"
#include "neigh_request.h"
#include "force.h"
#include "pair.h"
#include "comm.h"
#include "memory.h"
#include "error.h"