aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/SpectralSolver')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralFieldData.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
index db3979796..a3d2716d2 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
@@ -14,9 +14,6 @@
#include <string>
-#ifdef WARPX_USE_PSATD
-# include <fftw3.h>
-
// Declare type for spectral fields
using SpectralField = amrex::FabArray< amrex::BaseFab <Complex> >;
@@ -90,5 +87,4 @@ class SpectralFieldData
#endif
};
-#endif // WARPX_USE_PSATD
#endif // WARPX_SPECTRAL_FIELD_DATA_H_