From: Wolfgang Bangerth Date: Mon, 26 Feb 2001 13:01:39 +0000 (+0000) Subject: Less dependencies between include files. X-Git-Tag: v8.0.0~19683 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1309e6c98c0aa62b6e2f54933e373e11912b1a0d;p=dealii.git Less dependencies between include files. git-svn-id: https://svn.dealii.org/trunk@4030 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_boundary.h b/deal.II/deal.II/include/grid/tria_boundary.h index 689b0be07c..ee86830872 100644 --- a/deal.II/deal.II/include/grid/tria_boundary.h +++ b/deal.II/deal.II/include/grid/tria_boundary.h @@ -17,7 +17,11 @@ /*---------------------------- boundary-function.h ---------------------------*/ #include -#include +#include + + +template class Triangulation; + /**