diff --git a/dumux/common/geometry/geometryintersection.hh b/dumux/common/geometry/geometryintersection.hh index 5360ac7ae3f44d5e25c4d9d7fe3b7a579a396ba2..669cda7caf9b9b2f31207dbf993195eae9b7eb79 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 8e9cb32413add7152cf826cd722ceb885fb6fa92..de7eba1b339ea3aa2ef3b3c0f403b102ef826329 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>