From 1b31081535d258b633cfdac4a215e35cab6e4994 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Tue, 21 Feb 2006 18:06:25 +0000
Subject: [PATCH] include only geometrytype.hh instead of grid.hh

[[Imported from SVN: r4155]]
---
 disc/shapefunctions/lagrange/cubeshapefunctions.hh    | 2 +-
 disc/shapefunctions/lagrange/prismshapefunctions.hh   | 2 +-
 disc/shapefunctions/lagrange/pyramidshapefunctions.hh | 2 +-
 disc/shapefunctions/lagrange/simplexshapefunctions.hh | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/disc/shapefunctions/lagrange/cubeshapefunctions.hh b/disc/shapefunctions/lagrange/cubeshapefunctions.hh
index 21d489844..160ebe6d6 100644
--- a/disc/shapefunctions/lagrange/cubeshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/cubeshapefunctions.hh
@@ -9,7 +9,7 @@
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
 #include "common/misc.hh"
-#include "grid/common/grid.hh"
+#include "common/geometrytype.hh"
 #include "grid/common/referenceelements.hh"
 
 /**
diff --git a/disc/shapefunctions/lagrange/prismshapefunctions.hh b/disc/shapefunctions/lagrange/prismshapefunctions.hh
index 07b2da95f..e396b10e6 100644
--- a/disc/shapefunctions/lagrange/prismshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/prismshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/grid.hh"
+#include "grid/common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/prismshapefunctions.hh
diff --git a/disc/shapefunctions/lagrange/pyramidshapefunctions.hh b/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
index 6346c08c8..89764b671 100644
--- a/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/grid.hh"
+#include "grid/common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/pyramidshapefunctions.hh
diff --git a/disc/shapefunctions/lagrange/simplexshapefunctions.hh b/disc/shapefunctions/lagrange/simplexshapefunctions.hh
index a090f7c0f..0ad0d9b80 100644
--- a/disc/shapefunctions/lagrange/simplexshapefunctions.hh
+++ b/disc/shapefunctions/lagrange/simplexshapefunctions.hh
@@ -6,7 +6,7 @@
 #include <iostream>
 #include "common/fvector.hh"
 #include "common/exceptions.hh"
-#include "grid/common/grid.hh"
+#include "grid/common/geometrytype.hh"
 
 /**
  * @file dune/disc/shapefunctions/lagrange/simplexshapefunctions.hh
-- 
GitLab