Line | |
---|
1 | /*=============================================================================
|
---|
2 | Boost.Wave: A Standard compliant C++ preprocessor library
|
---|
3 |
|
---|
4 | http://www.boost.org/
|
---|
5 |
|
---|
6 | Copyright (c) 2001-2005 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 | =============================================================================*/
|
---|
10 |
|
---|
11 | #if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
|
---|
12 | #define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED
|
---|
13 |
|
---|
14 | #include <boost/wave/wave_config.hpp>
|
---|
15 | #include <boost/wave/cpp_exceptions.hpp>
|
---|
16 | #include <boost/wave/cpplexer/cpplexer_exceptions.hpp>
|
---|
17 |
|
---|
18 | #include <boost/wave/token_ids.hpp>
|
---|
19 | #include <boost/wave/cpp_context.hpp>
|
---|
20 |
|
---|
21 | #endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED)
|
---|
Note: See
TracBrowser
for help on using the repository browser.