]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Quest for platform independence: [3] fixup utilities.cc
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 7 Oct 2012 20:18:48 +0000 (20:18 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 7 Oct 2012 20:18:48 +0000 (20:18 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26984 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/utilities.cc

index 3c25ba69b22762133e5893188947185d977e2b5e..6996f21d2d981773a780c6d2c14706030520ecc4 100644 (file)
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/exceptions.h>
 
-#include <fstream>
-#include <iomanip>
+#include <boost/math/special_functions/erf.hpp>
+
 #include <algorithm>
-#include <cstdlib>
-#include <cstdio>
-#include <cstddef>
-#include <ctime>
 #include <cerrno>
 #include <cmath>
+#include <cstddef>
+#include <cstdio>
+#include <cstdlib>
+#include <ctime>
+#include <fstream>
+#include <iomanip>
+#include <iostream>
+#include <limits>
+#include <sstream>
 
-#ifdef HAVE_UNISTD_H
-#  include <unistd.h>
-#endif
 #ifdef DEAL_II_MSVC
 #  include <winsock2.h>
 #endif
 
-#include <boost/math/special_functions/erf.hpp>
-
-#include <sys/types.h>
-#include <sstream>
-#include <iostream>
-#include <limits>
 
 #ifdef DEAL_II_USE_TRILINOS
 #  ifdef DEAL_II_COMPILER_SUPPORTS_MPI

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.