aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/AnyFFT.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/AnyFFT.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/AnyFFT.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/AnyFFT.H b/Source/FieldSolver/SpectralSolver/AnyFFT.H
index 6ba77e13b..23cadd30f 100644
--- a/Source/FieldSolver/SpectralSolver/AnyFFT.H
+++ b/Source/FieldSolver/SpectralSolver/AnyFFT.H
@@ -9,6 +9,7 @@
#define ANYFFT_H_
#include <AMReX_Config.H>
+#include <AMReX_LayoutData.H>
#if defined(AMREX_USE_CUDA)
# include <cufft.h>
@@ -18,8 +19,6 @@
# include <fftw3.h>
#endif
-#include <AMReX_LayoutData.H>
-
/**
* Wrapper around FFT libraries. The header file defines the API and the base types
* (Complex and VendorFFTPlan), and the implementation for different FFT libraries is