aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Pusher/UpdatePosition.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Pusher/UpdatePosition.H')
-rw-r--r--Source/Particles/Pusher/UpdatePosition.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Particles/Pusher/UpdatePosition.H b/Source/Particles/Pusher/UpdatePosition.H
index 1968a1439..81b586ec7 100644
--- a/Source/Particles/Pusher/UpdatePosition.H
+++ b/Source/Particles/Pusher/UpdatePosition.H
@@ -8,9 +8,11 @@
#ifndef WARPX_PARTICLES_PUSHER_UPDATEPOSITION_H_
#define WARPX_PARTICLES_PUSHER_UPDATEPOSITION_H_
-#include <AMReX_FArrayBox.H>
-#include <WarpXConst.H>
+#include "Utils/WarpXConst.H"
+
#include <AMReX_REAL.H>
+#include <AMReX_FArrayBox.H>
+
/** \brief Push the particle's positions over one timestep,
* given the value of its momenta `ux`, `uy`, `uz` */