diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-07-31 09:00:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-07-31 11:56:10 +0200 |
commit | b6e32d53ce9c98bfba517c40f53d40e97a091b0e (patch) | |
tree | 4920ac8874cd43b99b57d2038996625103cd066b /cppuhelper/inc | |
parent | ff1471d33113a26b414a473c81b0b316c3b82504 (diff) |
update cppuhelper pch
Change-Id: Ifa6390c6665b6048e320a1a61f690ce980b40d6e
Reviewed-on: https://gerrit.libreoffice.org/40582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r-- | cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index d01118b842de..9c7a6c5af9b6 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx @@ -13,13 +13,14 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:28 using: + Generated on 2017-07-28 11:13:31 using: ./bin/update_pch cppuhelper cppuhelper --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./cppuhelper/inc/pch/precompiled_cppuhelper.hxx "/opt/lo/bin/make cppuhelper.build" --find-conflicts + ./bin/update_pch_bisect ./cppuhelper/inc/pch/precompiled_cppuhelper.hxx "make cppuhelper.build" --find-conflicts */ +#include <algorithm> #include <cassert> #include <cstddef> #include <cstdlib> @@ -32,6 +33,7 @@ #include <osl/file.h> #include <osl/file.hxx> #include <osl/interlck.h> +#include <osl/module.h> #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/security.hxx> @@ -47,7 +49,6 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> -#include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> #include <rtl/unload.h> @@ -80,8 +81,6 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/Type.h> -#include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> @@ -91,13 +90,11 @@ #include <uno/lbnames.h> #include <uno/mapping.hxx> #include <cppuhelper/bootstrap.hxx> -#include <cppuhelper/compbase_ex.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/cppuhelperdllapi.h> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/queryinterface.hxx> |