]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an #include not used in a .h file. 10580/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 23 Jun 2020 16:47:40 +0000 (10:47 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 23 Jun 2020 16:47:40 +0000 (10:47 -0600)
Instead, add it to the .cc files.

include/deal.II/grid/manifold_lib.h
source/fe/mapping_q_generic.cc
source/grid/manifold_lib.cc

index 3ca6df8800b0fc95235ed2771e25d00452c1fdd0..e8b4d86339d1d2b6a4cb6b1167a630c9d7224002 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <deal.II/grid/manifold.h>
 
-#include <boost/container/small_vector.hpp>
-
 DEAL_II_NAMESPACE_OPEN
 
 /**
index 8316ff41a56ee554ad1c9fce32aad0326436c210..014403e94bce153cef758e87e2b8ac0a07a91250 100644 (file)
@@ -41,6 +41,8 @@
 #include <deal.II/matrix_free/shape_info.h>
 #include <deal.II/matrix_free/tensor_product_kernels.h>
 
+#include <boost/container/small_vector.hpp>
+
 #include <algorithm>
 #include <array>
 #include <cmath>
index 1fb2f23840802b084ea52ab8a1673ddabc7fbd73..a2110f226b79d49eef8d2d8f8155768a86d2b40b 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <deal.II/lac/vector.h>
 
+#include <boost/container/small_vector.hpp>
+
 #include <cmath>
 #include <memory>
 

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.