Ticket #1535: result_of_header.patch

File result_of_header.patch, 677 bytes (added by Shunsuke Sogame <pstade.mb@…>, 15 years ago)

remove unneeded #include

  • result_of.hpp

     
    1010#define BOOST_RESULT_OF_HPP
    1111
    1212#include <boost/config.hpp>
    13 #include <boost/type_traits/ice.hpp>
    14 #include <boost/type.hpp>
    15 #include <boost/preprocessor.hpp>
     13#include <boost/preprocessor/iteration/iterate.hpp>
     14#include <boost/preprocessor/punctuation/comma_if.hpp>
     15#include <boost/preprocessor/repetition/enum_params.hpp>
     16#include <boost/preprocessor/repetition/enum_shifted_params.hpp>
    1617#include <boost/detail/workaround.hpp>
    1718#include <boost/mpl/has_xxx.hpp>
    1819#include <boost/mpl/if.hpp>