diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 04:06:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | e22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch) | |
tree | ecb44159350783558370b18569b247c3a1d8e224 /vcl/inc/ios | |
parent | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff) |
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 6 | ||||
-rw-r--r-- | vcl/inc/ios/svsys.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 58f0648007b4..5d4ad0c9fc77 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef IOS_SALINST_H -#define IOS_SALINST_H +#ifndef INCLUDED_VCL_INC_IOS_IOSINST_HXX +#define INCLUDED_VCL_INC_IOS_IOSINST_HXX #include <pthread.h> @@ -78,6 +78,6 @@ public: pthread_cond_t m_aRenderCond; }; -#endif // IOS_SALINST_H +#endif // INCLUDED_VCL_INC_IOS_IOSINST_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/ios/svsys.h b/vcl/inc/ios/svsys.h index 9e4d04898165..b476b74259b8 100644 --- a/vcl/inc/ios/svsys.h +++ b/vcl/inc/ios/svsys.h @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _VCL_IOS_SVSYS_H -#define _VCL_IOS_SVSYS_H +#ifndef INCLUDED_VCL_INC_IOS_SVSYS_H +#define INCLUDED_VCL_INC_IOS_SVSYS_H // ? -#endif // _VCL_IOS_SVSYS_H +#endif // INCLUDED_VCL_INC_IOS_SVSYS_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |