Update contrib.
1 /*=============================================================================
2 Boost.Wave: A Standard compliant C++ preprocessor library
6 Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
7 Software License, Version 1.0. (See accompanying file
8 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 =============================================================================*/
11 #if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
12 #define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
14 #include <boost/wave/wave_config.hpp>
15 #include <boost/wave/cpp_exceptions.hpp>
16 #include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
18 #include <boost/wave/token_ids.hpp>
19 #include <boost/wave/cpp_context.hpp>
21 #endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)