Index: /Development/boost/boost/circular_buffer.hpp =================================================================== --- /Development/boost/boost/circular_buffer.hpp (revision 45958) +++ /Development/boost/boost/circular_buffer.hpp (working copy) @@ -15,7 +15,7 @@ #pragma once #endif -#include "circular_buffer_fwd.hpp" +#include #include // BOOST_CB_ENABLE_DEBUG: Debug support control. @@ -60,10 +60,10 @@ #define BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS ((void)0); #endif -#include "circular_buffer/debug.hpp" -#include "circular_buffer/details.hpp" -#include "circular_buffer/base.hpp" -#include "circular_buffer/space_optimized.hpp" +#include +#include +#include +#include #undef BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS #undef BOOST_CB_IS_CONVERTIBLE