mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
SimulatorFullyImplicitBlackoil.hpp: header cleanup
This commit is contained in:
parent
f6c5397af2
commit
c82c3753f2
@ -22,7 +22,11 @@
|
||||
#ifndef OPM_SIMULATOR_FULLY_IMPLICIT_BLACKOIL_HEADER_INCLUDED
|
||||
#define OPM_SIMULATOR_FULLY_IMPLICIT_BLACKOIL_HEADER_INCLUDED
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
|
||||
#include <opm/input/eclipse/Units/UnitSystem.hpp>
|
||||
|
||||
#include <opm/grid/utility/StopWatch.hpp>
|
||||
|
||||
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
|
||||
#include <opm/simulators/flow/BlackoilModel.hpp>
|
||||
@ -37,14 +41,13 @@
|
||||
#include <opm/simulators/utils/moduleVersion.hpp>
|
||||
#include <opm/simulators/wells/WellState.hpp>
|
||||
|
||||
#include <opm/grid/utility/StopWatch.hpp>
|
||||
#if HAVE_HDF5
|
||||
#include <opm/simulators/utils/HDF5Serializer.hpp>
|
||||
#endif
|
||||
|
||||
#include <opm/input/eclipse/Units/UnitSystem.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <cstddef>
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
@ -54,10 +57,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#if HAVE_HDF5
|
||||
#include <opm/simulators/utils/HDF5Serializer.hpp>
|
||||
#endif
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
|
Loading…
Reference in New Issue
Block a user