diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:27:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | 48dd3571f841929203931ee6d67c890064111c19 (patch) | |
tree | 272807464e3f8ca1111835b602f1be4cd7b6276b /shell/source/tools/lngconvex | |
parent | 15b5412fad3e6363debb33de583843ca7c9c7299 (diff) |
fixincludeguards.sh: shell
Change-Id: I987c54b15c271fc80b7efd25933e13950f974423
Diffstat (limited to 'shell/source/tools/lngconvex')
-rw-r--r-- | shell/source/tools/lngconvex/cmdline.hxx | 4 | ||||
-rw-r--r-- | shell/source/tools/lngconvex/defs.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx index 2edb4bf5990f..2e907903c556 100644 --- a/shell/source/tools/lngconvex/cmdline.hxx +++ b/shell/source/tools/lngconvex/cmdline.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CMDLINE_HXX_ -#define _CMDLINE_HXX_ +#ifndef INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX +#define INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_CMDLINE_HXX #include "defs.hxx" diff --git a/shell/source/tools/lngconvex/defs.hxx b/shell/source/tools/lngconvex/defs.hxx index 322c3b526967..1cf7054451e5 100644 --- a/shell/source/tools/lngconvex/defs.hxx +++ b/shell/source/tools/lngconvex/defs.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DEFS_HXX_ -#define _DEFS_HXX_ +#ifndef INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_DEFS_HXX +#define INCLUDED_SHELL_SOURCE_TOOLS_LNGCONVEX_DEFS_HXX #include <vector> #include <string> |