diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 4dc28e150..36804499b 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -8,16 +8,13 @@ #ifndef WARPX_WRAPPERS_H_ #define WARPX_WRAPPERS_H_ -#include <AMReX.H> -#include <AMReX_BLProfiler.H> +#include <AMReX_Config.H> +#include <AMReX_REAL.H> #ifdef BL_USE_MPI # include <mpi.h> #endif -#include <AMReX_REAL.H> - - #ifdef __cplusplus extern "C" { #endif |