clean up includes in QEQ, REPLICA, and RIGID packages

This commit is contained in:
Axel Kohlmeyer
2019-07-07 16:23:36 -04:00
parent 57a5588549
commit 13d4fbdcfb
25 changed files with 9 additions and 106 deletions

View File

@ -16,16 +16,10 @@
------------------------------------------------------------------------- */
#include "fix_event.h"
#include <cstdlib>
#include <cstring>
#include "atom.h"
#include "update.h"
#include "domain.h"
#include "neighbor.h"
#include "comm.h"
#include "universe.h"
#include "memory.h"
#include "error.h"
#include "memory.h"
using namespace LAMMPS_NS;
using namespace FixConst;