minor tweaks to already processed files

This commit is contained in:
Axel Kohlmeyer 2019-07-08 15:43:57 -04:00
parent 5b7ae3713b
commit 03418be645
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
14 changed files with 5 additions and 24 deletions

View File

@ -13,9 +13,6 @@
#include "pair_line_lj.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "atom.h"
#include "atom_vec_line.h"
#include "force.h"

View File

@ -16,10 +16,8 @@
------------------------------------------------------------------------- */
#include "pair_resquared.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 "memory.h"
#include "error.h"

View File

@ -13,9 +13,6 @@
#include "pair_tri_lj.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "atom_vec_tri.h"

View File

@ -17,7 +17,6 @@
#include "pair_born_coul_long_cs.h"
#include <cmath>
#include <cstring>
#include "atom.h"
#include "force.h"
#include "neigh_list.h"

View File

@ -21,7 +21,6 @@
#include "atom.h"
#include "domain.h"
#include "update.h"
#include "pair.h"
#include "memory.h"
#include "error.h"
#include "comm.h"

View File

@ -20,9 +20,6 @@ KSpaceStyle(msm,MSM)
#ifndef LMP_MSM_H
#define LMP_MSM_H
#include "lmptype.h"
#include <mpi.h>
#include "kspace.h"
namespace LAMMPS_NS {

View File

@ -22,7 +22,6 @@
#include "force.h"
#include "kspace.h"
#include "neigh_list.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;

View File

@ -14,7 +14,7 @@
#ifndef LMP_ANGLE_H
#define LMP_ANGLE_H
#include "pointers.h"
#include "pointers.h" // IWYU pragma: export
namespace LAMMPS_NS {

View File

@ -14,7 +14,6 @@
#ifndef LMP_DUMP_H
#define LMP_DUMP_H
#include <mpi.h>
#include "pointers.h" // IWYU pragma: export
namespace LAMMPS_NS {

View File

@ -14,8 +14,7 @@
#ifndef LMP_KSPACE_H
#define LMP_KSPACE_H
#include <mpi.h>
#include "pointers.h"
#include "pointers.h" // IWYU pragma: export
#ifdef FFT_SINGLE
typedef float FFT_SCALAR;

View File

@ -23,7 +23,7 @@
#error "The MPIIO package cannot be compiled in serial with MPI STUBS"
#endif
#include "restart_mpiio.h"
#include "restart_mpiio.h" // IWYU pragma: export
#else

View File

@ -14,7 +14,7 @@
#ifndef LMP_REGION_H
#define LMP_REGION_H
#include "pointers.h"
#include "pointers.h" // IWYU pragma: export
namespace LAMMPS_NS {

View File

@ -18,7 +18,6 @@
#include "comm.h"
#include "error.h"
#include "force.h"
#include "memory.h"
#ifdef _WIN32
#include <windows.h>

View File

@ -16,7 +16,6 @@
#include <cstring>
#include "atom.h"
#include "atom_vec.h"
#include "atom_vec_hybrid.h"
#include "group.h"
#include "force.h"
#include "pair.h"