From d02b63f032a47cc6202500c6d5224fc5e972dece Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 30 Jan 2018 16:58:15 +0100 Subject: [PATCH] [tpfa] remove obsolete includes The include for the multilinear geometry is moved to the geometry intersection header. --- dumux/common/geometry/geometryintersection.hh | 1 + dumux/discretization/cellcentered/tpfa/properties.hh | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dumux/common/geometry/geometryintersection.hh b/dumux/common/geometry/geometryintersection.hh index 5360ac7ae3..669cda7caf 100644 --- a/dumux/common/geometry/geometryintersection.hh +++ b/dumux/common/geometry/geometryintersection.hh @@ -27,6 +27,7 @@ #include <dune/common/exceptions.hh> #include <dune/common/promotiontraits.hh> #include <dune/geometry/referenceelements.hh> +#include <dune/geometry/multilineargeometry.hh> #include <dumux/common/math.hh> #include <dumux/common/geometry/intersectspointgeometry.hh> diff --git a/dumux/discretization/cellcentered/tpfa/properties.hh b/dumux/discretization/cellcentered/tpfa/properties.hh index c0efc9cdb3..a3d862c402 100644 --- a/dumux/discretization/cellcentered/tpfa/properties.hh +++ b/dumux/discretization/cellcentered/tpfa/properties.hh @@ -26,10 +26,6 @@ #ifndef DUMUX_CC_TPFA_PROPERTIES_HH #define DUMUX_CC_TPFA_PROPERTIES_HH -#include <dune/common/fvector.hh> -#include <dune/common/reservedvector.hh> -#include <dune/geometry/multilineargeometry.hh> - #include <dumux/common/properties.hh> #include <dumux/common/boundaryflag.hh> -- GitLab