EvaluationXXX.hpp: do not include Evaluation.hpp

creates weird circular includes. users should always include
Evaluation.hpp
This commit is contained in:
Arne Morten Kvarving 2022-12-23 13:30:34 +01:00
parent 59d46bbf7e
commit 76892ccd73
15 changed files with 0 additions and 30 deletions

View File

@ -73,8 +73,6 @@ specializationTemplate = \
#define OPM_DENSEAD_EVALUATION{{numDerivs}}_HPP
{% endif %}\
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -32,8 +32,6 @@
#ifndef OPM_DENSEAD_EVALUATION_DYNAMIC_HPP
#define OPM_DENSEAD_EVALUATION_DYNAMIC_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -32,8 +32,6 @@
#ifndef OPM_DENSEAD_EVALUATION_HPP
#define OPM_DENSEAD_EVALUATION_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION1_HPP
#define OPM_DENSEAD_EVALUATION1_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION10_HPP
#define OPM_DENSEAD_EVALUATION10_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION11_HPP
#define OPM_DENSEAD_EVALUATION11_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION12_HPP
#define OPM_DENSEAD_EVALUATION12_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION2_HPP
#define OPM_DENSEAD_EVALUATION2_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION3_HPP
#define OPM_DENSEAD_EVALUATION3_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION4_HPP
#define OPM_DENSEAD_EVALUATION4_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION5_HPP
#define OPM_DENSEAD_EVALUATION5_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION6_HPP
#define OPM_DENSEAD_EVALUATION6_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION7_HPP
#define OPM_DENSEAD_EVALUATION7_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION8_HPP
#define OPM_DENSEAD_EVALUATION8_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif

View File

@ -31,8 +31,6 @@
#ifndef OPM_DENSEAD_EVALUATION9_HPP
#define OPM_DENSEAD_EVALUATION9_HPP
#include "Evaluation.hpp"
#ifndef NDEBUG
#include <opm/material/common/Valgrind.hpp>
#endif