Update contrib.
1 /*=============================================================================
2 Copyright (c) 2001-2003 Joel de Guzman
3 http://spirit.sourceforge.net/
5 Use, modification and distribution is subject to the Boost Software
6 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9 #if !defined(BOOST_SPIRIT_SYMBOLS_MAIN_HPP)
10 #define BOOST_SPIRIT_SYMBOLS_MAIN_HPP
12 #include <boost/spirit/version.hpp>
14 ///////////////////////////////////////////////////////////////////////////////
16 // Master header for Spirit.Symbols
18 ///////////////////////////////////////////////////////////////////////////////
20 #include <boost/spirit/symbols/symbols.hpp>
22 #endif // !defined(BOOST_SPIRIT_SYMBOLS_MAIN_HPP)