diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:25:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:06 +0200 |
commit | ed81c7fb25259deb8196383278edc262e55aa4d5 (patch) | |
tree | 84560f0eb281b1f98cc04f53de206bd880a2a636 /cppu/source/threadpool/jobqueue.hxx | |
parent | f05861de995f8d4edb1a97c616d050f55ec04c32 (diff) |
fixincludeguards.sh: cppu
Diffstat (limited to 'cppu/source/threadpool/jobqueue.hxx')
-rw-r--r-- | cppu/source/threadpool/jobqueue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/threadpool/jobqueue.hxx b/cppu/source/threadpool/jobqueue.hxx index 66b1a675edef..1fffa64fb515 100644 --- a/cppu/source/threadpool/jobqueue.hxx +++ b/cppu/source/threadpool/jobqueue.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPU_THREADPOOL_JOBQUEUE_HXX_ -#define _CPPU_THREADPOOL_JOBQUEUE_HXX_ +#ifndef INCLUDED_CPPU_SOURCE_THREADPOOL_JOBQUEUE_HXX +#define INCLUDED_CPPU_SOURCE_THREADPOOL_JOBQUEUE_HXX #include <list> #include <sal/types.h> |