third and final round of include-what-you-use updates
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
#include "error.h"
|
||||
#include "fix_deform.h"
|
||||
#include "force.h"
|
||||
#include "group.h"
|
||||
#include "irregular.h"
|
||||
#include "kspace.h"
|
||||
#include "memory.h"
|
||||
|
||||
@ -41,7 +41,6 @@
|
||||
#include "comm.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "group.h"
|
||||
#include "kspace.h"
|
||||
#include "math_const.h"
|
||||
#include "memory.h"
|
||||
|
||||
@ -37,7 +37,6 @@
|
||||
#include "update.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace Granular_NS;
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
#include "atom_kokkos.h"
|
||||
#include "atom_masks.h"
|
||||
#include "bond.h"
|
||||
#include "domain.h"
|
||||
#include "dihedral.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
|
||||
@ -21,7 +21,7 @@ CommandStyle(mdi,MDICommand);
|
||||
#define LMP_MDI_COMMAND_H
|
||||
|
||||
#include "command.h"
|
||||
#include "mdi.h"
|
||||
#include <mdi.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
#include "math_const.h"
|
||||
#include "math_extra.h"
|
||||
#include "memory.h"
|
||||
#include "neigh_list.h"
|
||||
#include "neighbor.h"
|
||||
#include "update.h"
|
||||
|
||||
|
||||
@ -19,12 +19,11 @@
|
||||
|
||||
#include "compute_heat_flux.h"
|
||||
|
||||
#include <cstring>
|
||||
#include "atom.h"
|
||||
#include "update.h"
|
||||
#include "modify.h"
|
||||
#include "force.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "modify.h"
|
||||
#include "update.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include "memory.h"
|
||||
#include "pair.h"
|
||||
#include "update.h"
|
||||
#include "fmt/format.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
||||
@ -14,10 +14,8 @@
|
||||
#include "imbalance_neigh.h"
|
||||
|
||||
#include "accelerator_kokkos.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "error.h"
|
||||
#include "neighbor.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "memory.h"
|
||||
#include "molecule.h"
|
||||
#include "special.h"
|
||||
#include "label_map.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user