2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 04:22:17 +00:00

Remove unnecessary #include. Fixes #6344.

[SVN r78511]
This commit is contained in:
Steven Watanabe
2012-05-19 13:14:28 +00:00
parent 1bcaa72324
commit 030fe2f938
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
#include <boost/config/no_tr1/cmath.hpp>
#include <boost/limits.hpp>
#include <boost/type_traits/is_integral.hpp>
#include <boost/math/special_functions.hpp>
#include <boost/random/detail/signed_unsigned_tools.hpp>
#include <boost/random/detail/generator_bits.hpp>

View File

@@ -15,6 +15,7 @@
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/lagged_fibonacci.hpp>
#include <boost/cstdint.hpp>
#include <boost/mpl/vector.hpp>
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>