diff --git a/include/boost/uuid/uuid_io.hpp b/include/boost/uuid/uuid_io.hpp index fb57f1f..15e9270 100644 --- a/include/boost/uuid/uuid_io.hpp +++ b/include/boost/uuid/uuid_io.hpp @@ -13,17 +13,10 @@ #include #include #include -#include -#include -#include +#include #include #include -#if defined(_MSC_VER) -#pragma warning(push) // Save warning settings. -#pragma warning(disable : 4996) // Disable deprecated std::ctype::widen, std::copy -#endif - namespace boost { namespace uuids { @@ -128,8 +121,4 @@ inline std::wstring to_wstring( uuid const& u ) }} //namespace boost::uuids -#if defined(_MSC_VER) -#pragma warning(pop) // Restore warnings to previous state. -#endif - #endif // BOOST_UUID_UUID_IO_HPP_INCLUDED