Skip to content

Commit 0c77bd4

Browse files
authored
remove superfluous includes from LatticeElements (#4131)
1 parent 1f1b15b commit 0c77bd4

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

Source/AcceleratorLattice/LatticeElements/HardEdgedPlasmaLens.H

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include <AMReX_REAL.H>
1414
#include <AMReX_ParmParse.H>
15-
#include <AMReX_Vector.H>
1615
#include <AMReX_GpuContainers.H>
1716

1817
#include <string>

Source/AcceleratorLattice/LatticeElements/HardEdgedPlasmaLens.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* License: BSD-3-Clause-LBNL
66
*/
77
#include "HardEdgedPlasmaLens.H"
8-
#include "Utils/WarpXUtil.H"
9-
#include "Utils/TextMsg.H"
108

119
#include <AMReX_ParmParse.H>
1210
#include <AMReX_REAL.H>

Source/AcceleratorLattice/LatticeElements/HardEdgedQuadrupole.H

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include <AMReX_REAL.H>
1414
#include <AMReX_ParmParse.H>
15-
#include <AMReX_Vector.H>
1615
#include <AMReX_GpuContainers.H>
1716

1817
#include <string>

Source/AcceleratorLattice/LatticeElements/HardEdgedQuadrupole.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* License: BSD-3-Clause-LBNL
66
*/
77
#include "HardEdgedQuadrupole.H"
8-
#include "Utils/WarpXUtil.H"
9-
#include "Utils/TextMsg.H"
108

119
#include <AMReX_ParmParse.H>
1210
#include <AMReX_REAL.H>

Source/AcceleratorLattice/LatticeElements/HardEdged_K.H

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "Utils/WarpXConst.H"
1111

1212
#include <AMReX_REAL.H>
13-
#include <AMReX_Vector.H>
1413

1514
/**
1615
* \brief Calculate the residence correction, the fraction of the time step the particle

Source/AcceleratorLattice/LatticeElements/LatticeElementBase.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* License: BSD-3-Clause-LBNL
66
*/
77
#include "LatticeElementBase.H"
8-
#include "Utils/WarpXUtil.H"
9-
#include "Utils/TextMsg.H"
108

119
#include <AMReX_ParmParse.H>
1210
#include <AMReX_REAL.H>

0 commit comments

Comments
 (0)