Chris@102: // Boost common_factor.hpp header file -------------------------------------// Chris@102: Chris@102: // (C) Copyright Daryle Walker 2001-2002. Chris@102: // Distributed under the Boost Software License, Version 1.0. (See Chris@102: // accompanying file LICENSE_1_0.txt or copy at Chris@102: // http://www.boost.org/LICENSE_1_0.txt) Chris@102: Chris@102: // See http://www.boost.org for updates, documentation, and revision history. Chris@102: Chris@102: #ifndef BOOST_INTEGER_COMMON_FACTOR_HPP Chris@102: #define BOOST_INTEGER_COMMON_FACTOR_HPP Chris@102: Chris@102: #include Chris@102: #include Chris@102: Chris@102: #endif // BOOST_INTEGER_COMMON_FACTOR_HPP