IWYU based include statement cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-02 15:26:00 -04:00
parent cc594c0613
commit 6113169a47
714 changed files with 1532 additions and 1554 deletions

View File

@ -16,7 +16,7 @@
------------------------------------------------------------------------- */
#include "compute_msd_nongauss.h"
#include <mpi.h>
#include "atom.h"
#include "update.h"
#include "group.h"

View File

@ -16,7 +16,7 @@
------------------------------------------------------------------------- */
#include "compute_ti.h"
#include <mpi.h>
#include <cstring>
#include "atom.h"
#include "update.h"
@ -27,7 +27,7 @@
#include "input.h"
#include "variable.h"
#include "error.h"
#include "utils.h"
using namespace LAMMPS_NS;

View File

@ -24,7 +24,7 @@
#include "dump_xtc.h"
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <climits>
#include "domain.h"

View File

@ -12,7 +12,7 @@
------------------------------------------------------------------------- */
#include "fix_deposit.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
@ -31,7 +31,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "fix_efield.h"
#include <mpi.h>
#include <cstring>
#include "atom.h"
#include "update.h"

View File

@ -12,7 +12,7 @@
------------------------------------------------------------------------- */
#include "fix_evaporate.h"
#include <mpi.h>
#include <cstring>
#include "atom.h"
#include "atom_vec.h"

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "fix_gld.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"

View File

@ -21,9 +21,9 @@
#include "fix_orient_bcc.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <mpi.h>
#include <string>
#include "atom.h"
#include "update.h"
#include "respa.h"
@ -36,8 +36,8 @@
#include "citeme.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -18,9 +18,9 @@
#include "fix_orient_fcc.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <mpi.h>
#include <string>
#include "atom.h"
#include "update.h"
#include "respa.h"
@ -33,8 +33,8 @@
#include "citeme.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "fix_thermal_conductivity.h"
#include <mpi.h>
#include <cstring>
#include "atom.h"
#include "force.h"

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "fix_ttm.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
@ -29,8 +29,8 @@
#include "random_mars.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
#include "tokenizer.h"
using namespace LAMMPS_NS;

View File

@ -17,7 +17,7 @@
------------------------------------------------------------------------- */
#include "fix_viscosity.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"

View File

@ -16,7 +16,7 @@
------------------------------------------------------------------------- */
#include "pair_nm_cut.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
@ -26,7 +26,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
using namespace LAMMPS_NS;
using namespace MathConst;

View File

@ -16,7 +16,7 @@
------------------------------------------------------------------------- */
#include "pair_nm_cut_coul_cut.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
@ -27,7 +27,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
using namespace LAMMPS_NS;
using namespace MathConst;

View File

@ -16,7 +16,7 @@
------------------------------------------------------------------------- */
#include "pair_nm_cut_coul_long.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
@ -28,7 +28,7 @@
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
using namespace LAMMPS_NS;
using namespace MathConst;