Unverified Commit f67bd8eb authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

more KOKKOS, USER-OMP, and USER-INTEL include file cleanup

parent 27203304
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -16,17 +16,16 @@
------------------------------------------------------------------------- */

#include "angle_charmm_kokkos.h"
#include <cmath>

#include "atom_kokkos.h"
#include "neighbor_kokkos.h"
#include "domain.h"
#include "atom_masks.h"
#include "comm.h"
#include "force.h"
#include "math_const.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "neighbor_kokkos.h"

#include <cmath>

using namespace LAMMPS_NS;
using namespace MathConst;
+4 −5
Original line number Diff line number Diff line
@@ -16,17 +16,16 @@
------------------------------------------------------------------------- */

#include "angle_class2_kokkos.h"
#include <cmath>

#include "atom_kokkos.h"
#include "neighbor_kokkos.h"
#include "domain.h"
#include "atom_masks.h"
#include "comm.h"
#include "force.h"
#include "math_const.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "neighbor_kokkos.h"

#include <cmath>

using namespace LAMMPS_NS;
using namespace MathConst;
+4 −5
Original line number Diff line number Diff line
@@ -16,17 +16,16 @@
------------------------------------------------------------------------- */

#include "angle_cosine_kokkos.h"
#include <cmath>

#include "atom_kokkos.h"
#include "neighbor_kokkos.h"
#include "domain.h"
#include "atom_masks.h"
#include "comm.h"
#include "force.h"
#include "math_const.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "neighbor_kokkos.h"

#include <cmath>

using namespace LAMMPS_NS;
using namespace MathConst;
+4 −5
Original line number Diff line number Diff line
@@ -16,17 +16,16 @@
------------------------------------------------------------------------- */

#include "angle_harmonic_kokkos.h"
#include <cmath>

#include "atom_kokkos.h"
#include "neighbor_kokkos.h"
#include "domain.h"
#include "atom_masks.h"
#include "comm.h"
#include "force.h"
#include "math_const.h"
#include "memory_kokkos.h"
#include "error.h"
#include "atom_masks.h"
#include "neighbor_kokkos.h"

#include <cmath>

using namespace LAMMPS_NS;
using namespace MathConst;
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include "atom.h"
#include "atom.h"               // IWYU pragma: export
#include "kokkos_type.h"

#ifndef LMP_ATOM_KOKKOS_H
Loading