Skip to content
  • Daniel Vrátil's avatar
    Remove boost include from itempayloadinternals_p.h · a4e3682a
    Daniel Vrátil authored
    We forward-declare boost::sharedptr in itempayloadinternals_p.h and
    we assume that if anyone uses boost pointers with Akonadi, they have
    to include the header themselves in the code that includes our item.h.
    
    This way we don't have any boost includes in public interface, which
    gets us rid of the 'Unknown compiler version' warning that boost
    produces with newer MSVC.
    a4e3682a