]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix completely bogus way of including header files.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 May 2013 22:13:54 +0000 (22:13 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 May 2013 22:13:54 +0000 (22:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@29529 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_tools.h

index 38ac6ecf1ba933ecb1785160a1805af63040f4cf..fe54359e3dcf433fe76251dc189637ca2d8fabba 100644 (file)
@@ -21,6 +21,8 @@
 #include <deal.II/base/symmetric_tensor.h>
 
 #include <vector>
+#include <string>
+
 
 DEAL_II_NAMESPACE_OPEN
 
@@ -35,19 +37,8 @@ namespace hp
 }
 template <int dim> class FiniteElementData;
 class ConstraintMatrix;
-namespace PETScWrappers
-{
-  namespace MPI
-  {
-    class Vector;
-  }
-}
 
 
-#include <deal.II/base/config.h>
-#include <deal.II/base/exceptions.h>
-#include <vector>
-#include <string>
 
 /*!@addtogroup feall */
 /*@{*/

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.