fix the headercheck

i.e., make all headers includable without preconditions.
This commit is contained in:
Andreas Lauser
2017-04-10 11:08:34 +02:00
parent 77ea8d5d41
commit c5a62aa0d8
5 changed files with 10 additions and 2 deletions

View File

@@ -27,10 +27,12 @@
#ifndef OPM_PENG_ROBINSON_PARAMS_MIXTURE_HPP
#define OPM_PENG_ROBINSON_PARAMS_MIXTURE_HPP
#include <algorithm>
#include "PengRobinsonParams.hpp"
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/Constants.hpp>
#include "PengRobinsonParams.hpp"
#include <algorithm>
namespace Opm
{

View File

@@ -46,6 +46,7 @@
#include <opm/common/ErrorMacros.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/TableManager.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <algorithm>

View File

@@ -27,6 +27,8 @@
#ifndef OPM_ECL_STONE1_MATERIAL_PARAMS_HPP
#define OPM_ECL_STONE1_MATERIAL_PARAMS_HPP
#include <opm/material/common/EnsureFinalized.hpp>
#include <type_traits>
#include <cassert>
#include <memory>

View File

@@ -27,6 +27,8 @@
#ifndef OPM_ECL_STONE2_MATERIAL_PARAMS_HPP
#define OPM_ECL_STONE2_MATERIAL_PARAMS_HPP
#include <opm/material/common/EnsureFinalized.hpp>
#include <type_traits>
#include <cassert>
#include <memory>

View File

@@ -27,6 +27,7 @@
#ifndef OPM_DUMMY_HEATCONDUCTION_LAW_HPP
#define OPM_DUMMY_HEATCONDUCTION_LAW_HPP
#include <opm/common/Unused.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>