fix the headercheck

i.e., make all header files includable without preconditions.
This commit is contained in:
Andreas Lauser
2015-05-21 15:33:25 +02:00
parent 520ce9ddf1
commit 2673badd5b
8 changed files with 25 additions and 0 deletions

View File

@@ -23,6 +23,15 @@
#ifndef OPM_TABULATED_1D_FUNCTION_HPP
#define OPM_TABULATED_1D_FUNCTION_HPP
#include <opm/material/common/ErrorMacros.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <algorithm>
#include <cassert>
#include <iostream>
#include <tuple>
#include <vector>
namespace Opm {
/*!
* \brief Implements a linearly interpolated scalar function that depends on one

View File

@@ -30,6 +30,8 @@
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/ErrorMacros.hpp>

View File

@@ -25,6 +25,8 @@
#include "OilPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/UniformXTabulated2DFunction.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>

View File

@@ -25,7 +25,11 @@
#include "WaterPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>
#if HAVE_OPM_PARSER
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#endif

View File

@@ -25,6 +25,8 @@
#include "OilPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/UniformXTabulated2DFunction.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>

View File

@@ -25,6 +25,8 @@
#include "GasPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>

View File

@@ -25,6 +25,8 @@
#include "OilPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/UniformXTabulated2DFunction.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>

View File

@@ -25,6 +25,8 @@
#include "GasPvtInterface.hpp"
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/OpmFinal.hpp>
#include <opm/material/common/UniformXTabulated2DFunction.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>