Remove all references to now defunct (and removed) header.

[SVN r86438]
This commit is contained in:
John Maddock
2013-10-26 10:13:38 +00:00
committed by Daniel James
parent a803b5b42d
commit 6b2a5cccc4
5 changed files with 0 additions and 8 deletions

View File

@ -27,8 +27,6 @@
#include <boost/mpl/has_xxx.hpp>
#include <boost/type_traits/broken_compiler_spec.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <vector>

View File

@ -7,7 +7,6 @@
#include <iostream>
#include <boost/static_assert.hpp>
#include <boost/noncopyable.hpp>
#include <boost/type_traits/broken_compiler_spec.hpp>
#include <boost/iterator/is_lvalue_iterator.hpp>
#include <boost/iterator.hpp>

View File

@ -7,7 +7,6 @@
#include <iostream>
#include <boost/static_assert.hpp>
#include <boost/noncopyable.hpp>
#include <boost/type_traits/broken_compiler_spec.hpp>
#include <boost/iterator/is_readable_iterator.hpp>
#include <boost/iterator.hpp>

View File

@ -19,8 +19,6 @@
#endif
#include <boost/pending/iterator_tests.hpp>
# include <boost/type_traits/broken_compiler_spec.hpp>
# include <boost/detail/lightweight_test.hpp>
#include <stdlib.h>

View File

@ -7,8 +7,6 @@
#include "static_assert_same.hpp"
#include <boost/type_traits/broken_compiler_spec.hpp>
#include <boost/iterator/detail/minimum_category.hpp>
struct X { int a; };