diff options
author | 2020-02-06 15:26:10 -0800 | |
---|---|---|
committer | 2020-02-06 15:26:10 -0800 | |
commit | 9f293fac1f515f6e9229f8a2f50cd03eeeab43b3 (patch) | |
tree | a8a8c6d4a178a9539d70814b0e783ce868cc998c /Source/Particles/PhotonParticleContainer.cpp | |
parent | 4726f740f49311c4ae405cae1cdee7039e204fe2 (diff) | |
download | WarpX-9f293fac1f515f6e9229f8a2f50cd03eeeab43b3.tar.gz WarpX-9f293fac1f515f6e9229f8a2f50cd03eeeab43b3.tar.zst WarpX-9f293fac1f515f6e9229f8a2f50cd03eeeab43b3.zip |
Do not include 'WarpX_f.H' when not necessary.
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index d007d3c1c..28328464d 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -14,7 +14,6 @@ #endif #include <PhotonParticleContainer.H> -#include <WarpX_f.H> #include <WarpX.H> #include <WarpXConst.H> |