Update contrib.
1 /*=============================================================================
2 Copyright (c) 1998-2003 Joel de Guzman
3 Copyright (c) 2001-2003 Daniel Nuffer
4 Copyright (c) 2001-2003 Hartmut Kaiser
5 Copyright (c) 2002-2003 Martin Wille
6 Copyright (c) 2002 Juan Carlos Arevalo-Baeza
7 Copyright (c) 2002 Raghavendra Satish
8 Copyright (c) 2002 Jeff Westfahl
9 Copyright (c) 2001 Bruce Florman
10 Copyright (c) 2003 Giovanni Bajo
11 Copyright (c) 2003 Vaclav Vesely
12 Copyright (c) 2003 Jonathan de Halleux
13 http://spirit.sourceforge.net/
15 Use, modification and distribution is subject to the Boost Software
16 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
17 http://www.boost.org/LICENSE_1_0.txt)
18 =============================================================================*/
19 #if !defined(SPIRIT_HPP)
22 ///////////////////////////////////////////////////////////////////////////////
24 // If BOOST_SPIRIT_DEBUG is defined, the following header includes the
25 // Spirit.Debug layer, otherwise the non-debug Spirit.Core is included.
27 ///////////////////////////////////////////////////////////////////////////////
28 #include <boost/spirit/core.hpp>
30 ///////////////////////////////////////////////////////////////////////////////
34 ///////////////////////////////////////////////////////////////////////////////
35 #include <boost/spirit/meta.hpp>
37 ///////////////////////////////////////////////////////////////////////////////
39 // Spirit.ErrorHandling
41 ///////////////////////////////////////////////////////////////////////////////
42 #include <boost/spirit/error_handling.hpp>
44 ///////////////////////////////////////////////////////////////////////////////
48 ///////////////////////////////////////////////////////////////////////////////
49 #include <boost/spirit/iterator.hpp>
51 ///////////////////////////////////////////////////////////////////////////////
55 ///////////////////////////////////////////////////////////////////////////////
56 #include <boost/spirit/symbols.hpp>
58 ///////////////////////////////////////////////////////////////////////////////
62 ///////////////////////////////////////////////////////////////////////////////
63 #include <boost/spirit/utility.hpp>
65 ///////////////////////////////////////////////////////////////////////////////
69 ///////////////////////////////////////////////////////////////////////////////
70 #include <boost/spirit/attribute.hpp>
72 #endif // !defined(SPIRIT_HPP)