]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Dependence on forward_declarations removed for speed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 May 2000 20:41:28 +0000 (20:41 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 May 2000 20:41:28 +0000 (20:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@2938 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h
deal.II/base/include/base/function.h
deal.II/base/include/base/tensor_function.h

index 28a82db5e2deb644ca01d70e0fdd4c6476c5bd83..32f0bd62e087daaa68f7d8e98e61f9f6a1f6afe8 100644 (file)
@@ -14,7 +14,6 @@
 #define __deal2__data_out_base_h
 
 
-#include <base/forward_declarations.h>
 #include <base/point.h>
 #include <lac/full_matrix.h>
 #include <grid/geometry_info.h>
@@ -22,6 +21,8 @@
 #include <vector>
 #include <string>
 
+class ParameterHandler;
+
 
 /**
  * This is a base class for output of data on meshes of very general
index f15883c6f7c91fd196742fc5aed82c3919714ffc..27a8884506bccb50e0c2975c5a12f7462cdc932b 100644 (file)
 #define __deal2__function_h
 
 
-#include <base/forward_declarations.h>
 #include <base/exceptions.h>
 #include <base/function_time.h>
 #include <base/subscriptor.h>
 #include <vector>
 
+template <int dim> class Point;
+template <int rank_, int dim> class Tensor;
+template<typename number> class Vector;
 
 /**
  * This class is a model for a general function. It serves the purpose
index cd07307a0f647e7a172c1ad45d925179316c5dbc..b98a1285d621188189b7e15fb8f498727bb0a12b 100644 (file)
@@ -21,7 +21,6 @@
 #include <base/function.h>
 #include <base/point.h>
 #include <base/function_time.h>
-#include <base/forward_declarations.h>
 
 
 /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.