MNT: Remove unnecssary boost namespace
These statements should have been removed in the migration from boost::shared_ptr
to std::shared_ptr
(07ac5334). They did not initially cause an error because boost header files were being implicitly included by external header files.