summaryrefslogtreecommitdiff
path: root/boost/test/data/generators.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/data/generators.hpp')
-rw-r--r--boost/test/data/generators.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/boost/test/data/generators.hpp b/boost/test/data/generators.hpp
deleted file mode 100644
index e9bd4c17b5..0000000000
--- a/boost/test/data/generators.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// (C) Copyright Gennadiy Rozental 2001.
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/test for the library home page.
-//
-//!@file
-//!@brief specific generators
-// ***************************************************************************
-
-#ifndef BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_HPP_112011GER
-#define BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_HPP_112011GER
-
-// Boost.Test
-#include <boost/test/data/monomorphic/generators/xrange.hpp>
-
-#endif // BOOST_TEST_DATA_MONOMORPHIC_GENERATORS_HPP_112011GER
-