Skip to content

Commit

Permalink
WarpXAMReXInit: move include directive from header to cpp file (ECP-W…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 authored Dec 20, 2023
1 parent e460e60 commit b41869c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Initialization/WarpXAMReXInit.H
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#ifndef WARPX_AMREX_INIT_H_
#define WARPX_AMREX_INIT_H_

#include <AMReX_ccse-mpi.H>

#include <AMReX_BaseFwd.H>

namespace warpx::initialization
Expand Down
1 change: 1 addition & 0 deletions Source/Initialization/WarpXAMReXInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Initialization/WarpXAMReXInit.H"

#include <AMReX.H>
#include <AMReX_ccse-mpi.H>
#include <AMReX_ParmParse.H>

#include <memory>
Expand Down

0 comments on commit b41869c

Please sign in to comment.