mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
ParameterSystem: cleanup includes
This commit is contained in:
parent
218988c85e
commit
36142f588c
@ -43,6 +43,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
|
@ -29,13 +29,24 @@
|
||||
* Dune::ParameterTree with the default value taken from the parameter
|
||||
* definition.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <opm/models/utils/parametersystem.hpp>
|
||||
|
||||
#include <dune/common/parametertree.hh>
|
||||
|
||||
#if HAVE_QUAD
|
||||
#include <opm/material/common/quad.hpp>
|
||||
#endif
|
||||
|
||||
#include <charconv>
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace {
|
||||
|
||||
struct ParamInfo
|
||||
|
@ -32,32 +32,16 @@
|
||||
#ifndef OPM_PARAMETER_SYSTEM_HPP
|
||||
#define OPM_PARAMETER_SYSTEM_HPP
|
||||
|
||||
#if HAVE_QUAD
|
||||
#include <opm/material/common/quad.hpp>
|
||||
#endif // HAVE_QUAD
|
||||
|
||||
#include <dune/common/classname.hh>
|
||||
#include <dune/common/parametertree.hh>
|
||||
|
||||
#include <charconv>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
namespace Opm::Parameters {
|
||||
|
||||
namespace detail {
|
||||
|
Loading…
Reference in New Issue
Block a user