aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index 28328464d..0f0eb2284 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -5,22 +5,22 @@
*
* License: BSD-3-Clause-LBNL
*/
-#include <limits>
-#include <sstream>
-#include <algorithm>
+#include "PhotonParticleContainer.H"
+#include "Utils/WarpXConst.H"
+#include "WarpX.H"
+
+// Import low-level single-particle kernels
+#include "Particles/Pusher/UpdatePositionPhoton.H"
+#include "Particles/Pusher/GetAndSetPosition.H"
#ifdef _OPENMP
-#include <omp.h>
+# include <omp.h>
#endif
-#include <PhotonParticleContainer.H>
-#include <WarpX.H>
-#include <WarpXConst.H>
-
+#include <limits>
+#include <sstream>
+#include <algorithm>
-// Import low-level single-particle kernels
-#include <UpdatePositionPhoton.H>
-#include <GetAndSetPosition.H>
using namespace amrex;