Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / archive / iterators / xml_escape.hpp
index eadb96e..a5d2c51 100644 (file)
@@ -2,7 +2,7 @@
 #define BOOST_ARCHIVE_ITERATORS_XML_ESCAPE_HPP
 
 // MS compatible compilers support #pragma once
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma once
 #endif
 
 //  See http://www.boost.org for updates, documentation, and revision history.
 
 #include <boost/assert.hpp>
-
-#include <boost/config.hpp> // for BOOST_DEDUCED_TYPENAME
 #include <boost/serialization/pfto.hpp>
-
 #include <boost/archive/iterators/escape.hpp>
 
 namespace boost {