diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:15:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:29 +0200 |
commit | 4e0670b763c19bf369db56d03dc5add669c21ac5 (patch) | |
tree | f139219773b6e29d7dccb7df5b21d761d72b9a72 /include/toolkit/helper/macros.hxx | |
parent | dbddac3261b42e8593aa7fae21d1645e57a61cb7 (diff) |
fixincludeguards.sh: include/{toolkit,tools}
Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b
Diffstat (limited to 'include/toolkit/helper/macros.hxx')
-rw-r--r-- | include/toolkit/helper/macros.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/toolkit/helper/macros.hxx b/include/toolkit/helper/macros.hxx index 435bc0b5f1e1..984e080475fc 100644 --- a/include/toolkit/helper/macros.hxx +++ b/include/toolkit/helper/macros.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TOOLKIT_HELPER_MACROS_HXX_ -#define _TOOLKIT_HELPER_MACROS_HXX_ +#ifndef INCLUDED_TOOLKIT_HELPER_MACROS_HXX +#define INCLUDED_TOOLKIT_HELPER_MACROS_HXX #include <string.h> @@ -300,6 +300,6 @@ IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodNa -#endif // _TOOLKIT_HELPER_MACROS_HXX_ +#endif // INCLUDED_TOOLKIT_HELPER_MACROS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |