cleaning up includes of ASPHERE package

This commit is contained in:
Axel Kohlmeyer
2019-07-05 14:42:46 -04:00
parent d07a49aeea
commit 5d4016c285
8 changed files with 1 additions and 29 deletions

View File

@ -20,7 +20,6 @@
#include "atom_vec_tri.h"
#include "update.h"
#include "force.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -26,7 +26,6 @@
#include "domain.h"
#include "modify.h"
#include "group.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -16,14 +16,9 @@
------------------------------------------------------------------------- */
#include "fix_nh_asphere.h"
#include <cstring>
#include <cstdlib>
#include <cmath>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
#include "group.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -16,15 +16,9 @@
------------------------------------------------------------------------- */
#include "fix_nve_asphere.h"
#include <cmath>
#include <cstdio>
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
#include "force.h"
#include "update.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -12,15 +12,9 @@
------------------------------------------------------------------------- */
#include "fix_nve_asphere_noforce.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
#include "group.h"
#include "update.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -12,9 +12,6 @@
------------------------------------------------------------------------- */
#include "fix_nve_line.h"
#include <cmath>
#include <cstdio>
#include <cstring>
#include "atom.h"
#include "atom_vec_line.h"
#include "domain.h"

View File

@ -12,9 +12,6 @@
------------------------------------------------------------------------- */
#include "fix_nve_tri.h"
#include <cmath>
#include <cstdio>
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_tri.h"

View File

@ -16,10 +16,8 @@
------------------------------------------------------------------------- */
#include "pair_gayberne.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_ellipsoid.h"
@ -27,7 +25,6 @@
#include "force.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "integrate.h"
#include "citeme.h"
#include "memory.h"
#include "error.h"