Don't reinclude, since everything we need to include is already taken

care of by <boost/shared_ptr.hpp>.


[SVN r12776]
This commit is contained in:
Darin Adler
2002-02-09 17:18:38 +00:00
parent d77b35f333
commit cd8dea78e6

View File

@@ -16,14 +16,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/config.hpp> // for broken compiler workarounds
#include <boost/assert.hpp>
#include <boost/detail/shared_count.hpp>
#include <algorithm> // for std::swap
#include <typeinfo> // for std::bad_cast
#ifdef BOOST_MSVC // moved here to work around VC++ compiler crash
# pragma warning(push)
# pragma warning(disable:4284) // odd return type for operator->