Reorganised headers, removing redundant ones;

Tidy up of whitespace.
This commit is contained in:
josh bowden
2023-09-25 22:16:43 +02:00
parent 11a81211bd
commit 8898db41d7
2 changed files with 3 additions and 6 deletions

View File

@@ -72,7 +72,9 @@
#include <opm/simulators/utils/ParallelEclipseState.hpp>
#endif
#if HAVE_DAMARIS
#include <opm/simulators/utils/DamarisKeywords.hpp>
#endif
#include <cassert>
#include <cstdlib>
@@ -96,10 +98,6 @@ struct FlowEarlyBird {
} // namespace Opm::Properties
#if HAVE_DAMARIS
#include <opm/simulators/utils/DamarisKeywords.hpp>
#endif
namespace Opm {
namespace Action { class State; }