mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 10:01:50 +00:00
0d8fade81b
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9299 a592a061-630c-0410-9148-cb99ea01b6c8
42 lines
1.5 KiB
C++
42 lines
1.5 KiB
C++
/*=============================================================================
|
|
Copyright (c) 1998-2003 Joel de Guzman
|
|
Copyright (c) 2001-2003 Daniel Nuffer
|
|
Copyright (c) 2001-2003 Hartmut Kaiser
|
|
Copyright (c) 2002-2003 Martin Wille
|
|
Copyright (c) 2002 Juan Carlos Arevalo-Baeza
|
|
Copyright (c) 2002 Raghavendra Satish
|
|
Copyright (c) 2002 Jeff Westfahl
|
|
http://spirit.sourceforge.net/
|
|
|
|
Use, modification and distribution is subject to 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)
|
|
=============================================================================*/
|
|
#if !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)
|
|
#define BOOST_SPIRIT_UTILITY_MAIN_HPP
|
|
|
|
#include <boost/spirit/version.hpp>
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Master header for Spirit.Utilities
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Utility.Parsers
|
|
#include <boost/spirit/utility/chset.hpp>
|
|
#include <boost/spirit/utility/chset_operators.hpp>
|
|
#include <boost/spirit/utility/escape_char.hpp>
|
|
#include <boost/spirit/utility/functor_parser.hpp>
|
|
#include <boost/spirit/utility/loops.hpp>
|
|
#include <boost/spirit/utility/confix.hpp>
|
|
#include <boost/spirit/utility/lists.hpp>
|
|
#include <boost/spirit/utility/distinct.hpp>
|
|
|
|
// Utility.Support
|
|
#include <boost/spirit/utility/flush_multi_pass.hpp>
|
|
#include <boost/spirit/utility/scoped_lock.hpp>
|
|
|
|
|
|
#endif // !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)
|