continuing include file handling cleanup

This commit is contained in:
Axel Kohlmeyer
2019-07-10 08:49:16 -04:00
parent 872d43f02f
commit c5044d6484
61 changed files with 305 additions and 413 deletions

View File

@ -16,28 +16,19 @@
Axel Kohylmeyer (Temple U)
------------------------------------------------------------------------- */
#include "fix_gle.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "fix_gle.h"
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
#include "force.h"
#include "update.h"
#include "modify.h"
#include "compute.h"
#include "domain.h"
#include "region.h"
#include "respa.h"
#include "comm.h"
#include "input.h"
#include "variable.h"
#include "random_mars.h"
#include "memory.h"
#include "error.h"
#include "group.h"
using namespace LAMMPS_NS;
using namespace FixConst;