]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Cleanup the header inclusions. 10940/head
authorDavid Wells <drwells@email.unc.edu>
Sun, 20 Sep 2020 17:19:48 +0000 (13:19 -0400)
committerDavid Wells <drwells@email.unc.edu>
Mon, 21 Sep 2020 14:21:40 +0000 (10:21 -0400)
source/base/quadrature.cc

index 023dc56dfb9d08b111b20dfc498833e57fe11bdb..cefe029565573e06ee5b298a9057ff12e0ec76c4 100644 (file)
 //
 // ---------------------------------------------------------------------
 
-#include <deal.II/base/geometry_info.h>
 #include <deal.II/base/memory_consumption.h>
-#include <deal.II/base/qprojector.h>
 #include <deal.II/base/quadrature.h>
 #include <deal.II/base/utilities.h>
 
+#include <algorithm>
+#include <array>
 #include <cmath>
-#include <cstdlib>
-#include <iterator>
+#include <limits>
 #include <memory>
+#include <vector>
 
 DEAL_II_NAMESPACE_OPEN
 

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.