From e863f0f0338e55007182b40ac80e5660aa511050 Mon Sep 17 00:00:00 2001 From: Gabriele Seitz <seitz@molly.site> Date: Wed, 25 Jul 2018 12:50:02 +0200 Subject: [PATCH] [3pwateroil] use correct headers include valgrind and exceptions directly as no method of the constraintsolvers is used. --- dumux/porousmediumflow/3pwateroil/volumevariables.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dumux/porousmediumflow/3pwateroil/volumevariables.hh b/dumux/porousmediumflow/3pwateroil/volumevariables.hh index 469915ca60..eae4cf8e82 100644 --- a/dumux/porousmediumflow/3pwateroil/volumevariables.hh +++ b/dumux/porousmediumflow/3pwateroil/volumevariables.hh @@ -34,10 +34,11 @@ #include <dumux/material/constants.hh> #include <dumux/material/fluidstates/compositional.hh> -#include <dumux/material/constraintsolvers/computefromreferencephase.hh> -#include <dumux/material/constraintsolvers/misciblemultiphasecomposition.hh> #include <dumux/material/solidstates/updatesolidvolumefractions.hh> +#include <dumux/common/valgrind.hh> +#include <dumux/common/exceptions.hh> + namespace Dumux { /*! -- GitLab