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 c0efc9cdb342547361e7d01e8e3a7b79048c2a28..a3d862c402ecda45a16f903dc2c731485e04d003 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>