From 7a704fe8b95abaceed2468d4da06e8c22cc1b521 Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 25 Feb 2016 22:58:43 +0100
Subject: [PATCH] [CCTpfa] Remove unnecessary forward declaration

---
 dumux/implicit/cellcentered/tpfa/propertydefaults.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
index 807178923c..917bfc171f 100644
--- a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
+++ b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
@@ -40,7 +40,6 @@ namespace Dumux {
 // forward declarations
 template<class TypeTag> class CCLocalResidual;
 template<class TypeTag> class CCElementBoundaryTypes;
-template<class TypeTag> class FVElementGeometry;
 
 namespace Properties {
 //! Set the default for the FVElementGeometry vector
-- 
GitLab