continuing to clean up include file lists

This commit is contained in:
Axel Kohlmeyer
2019-07-04 07:23:01 -04:00
parent b4cf4b1ed7
commit ce6fa0118a
39 changed files with 23 additions and 101 deletions

View File

@ -17,19 +17,10 @@
#include "pair_zbl.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "update.h"
#include "integrate.h"
#include "respa.h"
#include "math_const.h"
#include "memory.h"
#include "error.h"
@ -37,7 +28,6 @@
// "The Stopping and Range of Ions in Matter" volume 1, Pergamon, 1985.
using namespace LAMMPS_NS;
using namespace MathConst;
using namespace PairZBLConstants;
/* ---------------------------------------------------------------------- */