diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:32:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:12 +0200 |
commit | c12bc7f8949b6eda629ad48218c7cc19f8f767ee (patch) | |
tree | b142edef5bc41896cc749a5531c3487cf3b6c8d1 /idl/inc/lex.hxx | |
parent | 72a416bef846a5e0e6b2814db963082d338c41f3 (diff) |
fixincludeguards.sh: idl and idlc
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r-- | idl/inc/lex.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index 558d47c2dd1b..03900e14e314 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LEX_HXX -#define _LEX_HXX +#ifndef INCLUDED_IDL_INC_LEX_HXX +#define INCLUDED_IDL_INC_LEX_HXX #include <boost/ptr_container/ptr_vector.hpp> @@ -262,6 +262,6 @@ public: -#endif // _LEX_HXX +#endif // INCLUDED_IDL_INC_LEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |