Remove unnecessary includes from cast_test.cpp.

This commit is contained in:
Peter Dimov
2014-06-11 14:41:55 +03:00
parent f0caf56d0b
commit df57f25807

View File

@ -14,14 +14,8 @@
// 3 Aug 99 Initial Version
#include <iostream>
#include <climits>
#include <cfloat> // for DBL_MAX (Peter Schmid)
#include <boost/polymorphic_cast.hpp>
# if SCHAR_MAX == LONG_MAX
# error "This test program doesn't work if SCHAR_MAX == LONG_MAX"
# endif
using namespace boost;
using std::cout;