]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid unnecessary include files. 12021/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 6 Apr 2021 21:47:09 +0000 (15:47 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 6 Apr 2021 23:28:55 +0000 (17:28 -0600)
include/deal.II/base/array_view.h

index 17676e8c7d972b4d2292cf4153a6e5e99b8c14f2..4c78586ff9085b180f7a98e3b0ca84e9f99d7a9b 100644 (file)
 #include <deal.II/base/exceptions.h>
 #include <deal.II/base/memory_space.h>
 #include <deal.II/base/symmetric_tensor.h>
-#include <deal.II/base/table.h>
 #include <deal.II/base/tensor.h>
 
-#include <deal.II/lac/lapack_full_matrix.h>
-
 #include <type_traits>
 #include <vector>
 
 DEAL_II_NAMESPACE_OPEN
 
+// Forward declaration
+template <int N, typename T>
+class Table;
+
+template <typename number>
+class LAPACKFullMatrix;
+
 
 /**
  * A class that represents a window of memory locations of type @p ElementType

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.