]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/tools/igamma_temme_large_coef.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / tools / igamma_temme_large_coef.cpp
index 1f5e0c330c7c7c34a51038a1ea213e77d7be3f17..229c8137cac5f1f0e9b5a921b780a5090504f86f 100644 (file)
@@ -3,13 +3,13 @@
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#include "mp_t.hpp"
 #include <boost/math/special_functions/log1p.hpp>
 #include <boost/math/special_functions/erf.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <map>
 #include <iostream>
 #include <iomanip>
-#include "mp_t.hpp"
 
 using namespace std;
 using namespace boost::math;