summaryrefslogtreecommitdiffstats
path: root/vcl/inc/unx/salunxtime.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 04:06:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commite22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch)
treeecb44159350783558370b18569b247c3a1d8e224 /vcl/inc/unx/salunxtime.h
parentfixincludeguards.sh: basic (diff)
downloadcore-e22242fddb73f5eadb11f340c314bbc4a6cfe361.tar.gz
core-e22242fddb73f5eadb11f340c314bbc4a6cfe361.zip
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/inc/unx/salunxtime.h')
-rw-r--r--vcl/inc/unx/salunxtime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/salunxtime.h b/vcl/inc/unx/salunxtime.h
index a10033b3ee06..aa6f4a266396 100644
--- a/vcl/inc/unx/salunxtime.h
+++ b/vcl/inc/unx/salunxtime.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SALUNX_TIME_H
-#define _SALUNX_TIME_H
+#ifndef INCLUDED_VCL_INC_UNX_SALUNXTIME_H
+#define INCLUDED_VCL_INC_UNX_SALUNXTIME_H
#if defined LINUX || defined FREEBSD || \
defined NETBSD || defined OPENBSD || defined DRAGONFLY
@@ -105,6 +105,6 @@ inline timeval operator - ( const timeval &t1, const timeval &t2 )
return t0 -= t2;
}
-#endif // _SALUNX_TIME_H
+#endif // INCLUDED_VCL_INC_UNX_SALUNXTIME_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */