summaryrefslogtreecommitdiff
path: root/include/vcl/threadex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/threadex.hxx')
-rw-r--r--include/vcl/threadex.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index 40bddf6ca3f2..f25a3cc63c46 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_INCLUDE_VCL_THREADEX_HXX
-#define INCLUDED_INCLUDE_VCL_THREADEX_HXX
+#ifndef INCLUDED_VCL_THREADEX_HXX
+#define INCLUDED_VCL_THREADEX_HXX
#include <osl/conditn.h>
#include <osl/thread.h>
@@ -249,6 +249,6 @@ inline typename FuncT::result_type syncExecute( FuncT const& func )
} // namespace solarthread
} // namespace vcl
-#endif // INCLUDED_INCLUDE_VCL_THREADEX_HXX
+#endif // INCLUDED_VCL_THREADEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */