]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/timer/regex_timer.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / timer / regex_timer.cpp
index 630eddd299a8bcfcdbba674e26a53b573f2fe9a0..a692423711a68adfa15b2dd23a98f0d04daadc0e 100644 (file)
 #pragma warning(disable: 4996 4127)
 #endif
 
+#include <boost/config.hpp>
+#include <boost/regex.hpp>
+#include <boost/cregex.hpp>
+#include <boost/timer.hpp> 
+#include <boost/smart_ptr.hpp>
+
 #include <string>
 #include <algorithm>
 #include <deque>
@@ -35,12 +41,6 @@ using std::streambuf;
 using std::getline;
 #endif
 
-#include <boost/config.hpp>
-#include <boost/regex.hpp>
-#include <boost/cregex.hpp>
-#include <boost/timer.hpp> 
-#include <boost/smart_ptr.hpp>
-
 #if defined(_WIN32) && defined(BOOST_REGEX_USE_WIN32_LOCALE)
 #include <windows.h>
 #endif