diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-09-13 11:57:19 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-13 15:28:21 +0200 |
commit | 08cc983e26dd3252b12b253af9b0c3430e933321 (patch) | |
tree | d0055e3aebfcce1f3c66b8cd7f65784d6dea956b /cppu/source/threadpool/jobqueue.hxx | |
parent | 4a14136308c70d820a2e8f9ac240b93ca95569b5 (diff) |
tdf#124176 Use #pragma once in cppu, cppuhelper
This commit was carried out by a Python script, source of which
is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97.
Change-Id: I0b7c5bec8e56bd21e719c8889fe263e377f3b8ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102547
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu/source/threadpool/jobqueue.hxx')
-rw-r--r-- | cppu/source/threadpool/jobqueue.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/threadpool/jobqueue.hxx b/cppu/source/threadpool/jobqueue.hxx index 5a5c80479d2b..5b92f2476ed4 100644 --- a/cppu/source/threadpool/jobqueue.hxx +++ b/cppu/source/threadpool/jobqueue.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_JOBQUEUE_HXX -#define INCLUDED_CPPU_SOURCE_THREADPOOL_JOBQUEUE_HXX +#pragma once #include <sal/config.h> @@ -70,6 +69,4 @@ namespace cppu_threadpool }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |