include file cleanup in some more packages

This commit is contained in:
Axel Kohlmeyer
2019-07-10 00:50:34 -04:00
parent 93748a18ae
commit 0f691de031
55 changed files with 93 additions and 208 deletions

View File

@ -15,21 +15,15 @@
Contributing author: James Larentzos (U.S. Army Research Laboratory)
------------------------------------------------------------------------- */
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "compute_dpd_atom.h"
#include <cstring>
#include "atom.h"
#include "update.h"
#include "modify.h"
#include "domain.h"
#include "group.h"
#include "memory.h"
#include "error.h"
#include "comm.h"
#include <vector>
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */