From cdf1c5656e6932a330f8c51c72d253ea5822caa9 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Thu, 7 Dec 2017 09:25:09 +0100 Subject: [PATCH] [ModelProperties] Remove include and use forward declare instead --- dumux/common/properties/model.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumux/common/properties/model.hh b/dumux/common/properties/model.hh index 66ad84faf1..bbccf7c63c 100644 --- a/dumux/common/properties/model.hh +++ b/dumux/common/properties/model.hh @@ -31,9 +31,10 @@ #include <dumux/common/balanceequationopts.hh> #include <dumux/common/properties.hh> -#include <dumux/common/parameters.hh> #include <dumux/io/defaultvtkoutputfields.hh> +//! Forward declare +namespace Dune { class ParameterTree; } namespace Dumux { -- GitLab