summaryrefslogtreecommitdiff
path: root/vcl/inc/ios
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r--vcl/inc/ios/iosinst.hxx6
-rw-r--r--vcl/inc/ios/svsys.h6
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: */